Html Css Color HEX #D01E47 Cardinal

📋 copy color: '#D01E47'

red 208 ◦ green 30 ◦ blue 71

#D01E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #D01E47

Tints of Cardinal #D01E47

RGB

 RED value IS 208 (81.64% from 255) = 67.31%

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 67.31%
G = 9.71%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D01E47 (or 0xD01E47) is known color: Cardinal. HEX triplet: D0, 1E and 47. RGB value is (208,30,71). Sum of RGB (Red+Green+Blue) = 208+30+71=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01E47 is #2FE1B8. Grayscale: #575757. Windows color (decimal): -3137977 or 4660944. OLE color: 4660944.

HSL color Cylindrical-coordinate representation of color #D01E47: hue angle of 346.18º 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 #D01E47 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 30 71 -
CMYK 0 0.86 0.66 0.18
HSL 346.18º 0.75% 0.47% -
HSV(B) 346.18º 0.86% 0.82% -
XYZ 27.61 14.79 7.36 -
YUV 87.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 208 30 71 0 0.86 0.66 0.18 346.18 0.75 0.47
Hex D0 1E 47 0 56 42 12 15A 4B 2F
Octal 320 36 107 0 126 102 22 532 113 57
Binary 11010000 11110 1000111 0 1010110 1000010 10010 101011010 1001011 101111

Color Harmonies of #D01E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E47

Black with #D01E47

Text Example


Text Example

White with #D01E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E47; }

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

 H1.HeaderClassName
 {
   color: #D01E47;
 }
 .AnyTagClassName
 {
   color: #D01E47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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