#D01F39

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

Shades of Cardinal #D01F39

Tints of Cardinal #D01F39

Color information

#D01F39 (or 0xD01F39) is unknown color: approx Cardinal. HEX triplet: D0, 1F and 39. RGB value is (208,31,57). Sum of RGB (Red+Green+Blue) = 208+31+57=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F39 is #2FE0C6. Grayscale: #565656. Windows color (decimal): -3137735 or 3743696. OLE color: 3743696.

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

Color convert

RGB2083157-
CMYK00.850.730.18
HSL351.19º74.06%46.86%-
HSV(B)351.19º85.1%81.57%-
XYZ27.2414.695.27-
YUV86.89111.14214.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.27%
GREEN value IS 31 (12.5% from 255) = 10.47%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=70.27%
G=10.47%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208315700.850.730.18351.1974.0646.86
HexD01F39055491215f4a2f
Octal320377101251112253711257
Binary1101000011111111001010101011001001100101010111111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01F39; }

 p { color: rgb(208,31,57); }

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

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

 a { background-color: rgb(208,31,57); }

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

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

 span { border-color: rgb(208,31,57); }

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