Html Css Color HEX #D01F32 Cardinal

📋 copy color: '#D01F32'

red 208 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #D01F32

Tints of Cardinal #D01F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 71.97%
G = 10.73%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D01F32 (or 0xD01F32) is known color: Cardinal. HEX triplet: D0, 1F and 32. RGB value is (208,31,50). Sum of RGB (Red+Green+Blue) = 208+31+50=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F32 is #2FE0CD. Grayscale: #565656. Windows color (decimal): -3137742 or 3284944. OLE color: 3284944.

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

Color convert

RGB 208 31 50 -
CMYK 0 0.85 0.76 0.18
HSL 353.56º 0.74% 0.47% -
HSV(B) 353.56º 0.85% 0.82% -
XYZ 27.08 14.62 4.41 -
YUV 86.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 208 31 50 0 0.85 0.76 0.18 353.56 0.74 0.47
Hex D0 1F 32 0 55 4C 12 162 4A 2F
Octal 320 37 62 0 125 114 22 542 112 57
Binary 11010000 11111 110010 0 1010101 1001100 10010 101100010 1001010 101111

Color Harmonies of #D01F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F32

Black with #D01F32

Text Example


Text Example

White with #D01F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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