Html Css Color HEX #D01F36 Cardinal

📋 copy color: '#D01F36'

red 208 ◦ green 31 ◦ blue 54

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

Shades of Cardinal #D01F36

Tints of Cardinal #D01F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 70.99%
G = 10.58%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D01F36 (or 0xD01F36) is known color: Cardinal. HEX triplet: D0, 1F and 36. RGB value is (208,31,54). Sum of RGB (Red+Green+Blue) = 208+31+54=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F36 is #2FE0C9. Grayscale: #565656. Windows color (decimal): -3137738 or 3547088. OLE color: 3547088.

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

Color convert

RGB 208 31 54 -
CMYK 0 0.85 0.74 0.18
HSL 352.2º 0.74% 0.47% -
HSV(B) 352.2º 0.85% 0.82% -
XYZ 27.17 14.66 4.89 -
YUV 86.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 208 31 54 0 0.85 0.74 0.18 352.2 0.74 0.47
Hex D0 1F 36 0 55 4A 12 160 4A 2F
Octal 320 37 66 0 125 112 22 540 112 57
Binary 11010000 11111 110110 0 1010101 1001010 10010 101100000 1001010 101111

Color Harmonies of #D01F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F36

Black with #D01F36

Text Example


Text Example

White with #D01F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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