#D01D42

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

Shades of Cardinal #D01D42

Tints of Cardinal #D01D42

Color information

#D01D42 (or 0xD01D42) is unknown color: approx Cardinal. HEX triplet: D0, 1D and 42. RGB value is (208,29,66). Sum of RGB (Red+Green+Blue) = 208+29+66=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D42 is #2FE2BD. Grayscale: #565656. Windows color (decimal): -3138238 or 4333008. OLE color: 4333008.

HSL color Cylindrical-coordinate representation of color #D01D42: hue angle of 347.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D42 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2082966-
CMYK00.860.680.18
HSL347.6º75.53%46.47%-
HSV(B)347.6º86.06%81.57%-
XYZ27.4414.686.54-
YUV86.74116.3214.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.65%
GREEN value IS 29 (11.72% from 255) = 9.57%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=68.65%
G=9.57%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208296600.860.680.18347.675.5346.47
HexD01D42056441215c4c2e
Octal3203510201261042253411456
Binary11010000111011000010010101101000100100101010111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D42; }

 p { color: rgb(208,29,66); }

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

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

 a { background-color: rgb(208,29,66); }

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

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

 span { border-color: rgb(208,29,66); }

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