Html Css Color HEX #D01F47 Cardinal

📋 copy color: '#D01F47'

red 208 ◦ green 31 ◦ blue 71

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

Shades of Cardinal #D01F47

Tints of Cardinal #D01F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

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

R = 67.1%
G = 10%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D01F47 (or 0xD01F47) is known color: Cardinal. HEX triplet: D0, 1F and 47. RGB value is (208,31,71). Sum of RGB (Red+Green+Blue) = 208+31+71=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F47 is #2FE0B8. Grayscale: #585858. Windows color (decimal): -3137721 or 4661200. OLE color: 4661200.

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

Color convert

RGB 208 31 71 -
CMYK 0 0.85 0.66 0.18
HSL 346.44º 0.74% 0.47% -
HSV(B) 346.44º 0.85% 0.82% -
XYZ 27.64 14.84 7.37 -
YUV 88.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 208 31 71 0 0.85 0.66 0.18 346.44 0.74 0.47
Hex D0 1F 47 0 55 42 12 15A 4A 2F
Octal 320 37 107 0 125 102 22 532 112 57
Binary 11010000 11111 1000111 0 1010101 1000010 10010 101011010 1001010 101111

Color Harmonies of #D01F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F47

Black with #D01F47

Text Example


Text Example

White with #D01F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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