#D01E3C

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

Shades of Cardinal #D01E3C

Tints of Cardinal #D01E3C

Color information

#D01E3C (or 0xD01E3C) is unknown color: approx Cardinal. HEX triplet: D0, 1E and 3C. RGB value is (208,30,60). Sum of RGB (Red+Green+Blue) = 208+30+60=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E3C is #2FE1C3. Grayscale: #565656. Windows color (decimal): -3137988 or 3940048. OLE color: 3940048.

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

Color convert

RGB2083060-
CMYK00.860.710.18
HSL349.89º74.79%46.67%-
HSV(B)349.89º85.58%81.57%-
XYZ27.2914.665.67-
YUV86.64112.97214.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=69.80%
G=10.07%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208306000.860.710.18349.8974.7946.67
HexD01E3C056471215e4b2f
Octal320367401261072253611357
Binary1101000011110111100010101101000111100101010111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01E3C; }

 p { color: rgb(208,30,60); }

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

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

 a { background-color: rgb(208,30,60); }

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

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

 span { border-color: rgb(208,30,60); }

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