#cd1f37

Color #CD1F37 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CD1F37

Tints of Cardinal #CD1F37

Color information

#CD1F37 (or 0xCD1F37) is unknown color: approx Cardinal. HEX triplet: CD, 1F and 37. RGB value is (205,31,55). Sum of RGB (Red+Green+Blue) = 205+31+55=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1F37 is #32E0C8. Grayscale: #555555. Windows color (decimal): -3334345 or 3612621. OLE color: 3612621.

HSL color Cylindrical-coordinate representation of color #CD1F37: hue angle of 351.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1F37 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2053155-
CMYK00.850.730.20
HSL351.72º73.73%46.27%-
HSV(B)351.72º84.88%80.39%-
XYZ26.3614.234.97-
YUV85.76110.65213.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 70.45%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=70.45%
G=10.65%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205315500.850.730.20351.7273.7346.27
HexCD1F3705549141604a2e
Octal315376701251112454011256
Binary1100110111111110111010101011001001101001011000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd1f37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd1f37; }

 p { color: rgb(205,31,55); }

 H1.HeaderClassName
 {
   color: #cd1f37;
 }
 .AnyTagClassName
 {
   color: #cd1f37;
 }
</style>
background-color css

<style>
 a { background-color: #cd1f37; }

 a { background-color: rgb(205,31,55); }

 div.DivClassName
 {
   background-color: #cd1f37;
 }
 .BgClassName
 {
   background-color: #cd1f37;
 }
</style>
border-color css

<style>
 span { border-color: #cd1f37; }

 span { border-color: rgb(205,31,55); }

 td.TdClassName
 {
   border-color: #cd1f37;
 }
 .TagClassName
 {
   border-color: #cd1f37;
 }
</style>