Html Css Color HEX #D01F3F Cardinal

📋 copy color: '#D01F3F'

red 208 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #D01F3F

Tints of Cardinal #D01F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 68.87%
G = 10.26%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D01F3F (or 0xD01F3F) is known color: Cardinal. HEX triplet: D0, 1F and 3F. RGB value is (208,31,63). Sum of RGB (Red+Green+Blue) = 208+31+63=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F3F is #2FE0C0. Grayscale: #575757. Windows color (decimal): -3137729 or 4136912. OLE color: 4136912.

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

Color convert

RGB 208 31 63 -
CMYK 0 0.85 0.70 0.18
HSL 349.15º 0.74% 0.47% -
HSV(B) 349.15º 0.85% 0.82% -
XYZ 27.4 14.75 6.11 -
YUV 87.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 208 31 63 0 0.85 0.70 0.18 349.15 0.74 0.47
Hex D0 1F 3F 0 55 46 12 15D 4A 2F
Octal 320 37 77 0 125 106 22 535 112 57
Binary 11010000 11111 111111 0 1010101 1000110 10010 101011101 1001010 101111

Color Harmonies of #D01F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F3F

Black with #D01F3F

Text Example


Text Example

White with #D01F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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