Html Css Color HEX #D01F3E Cardinal

📋 copy color: '#D01F3E'

red 208 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #D01F3E

Tints of Cardinal #D01F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 69.1%
G = 10.3%
B = 20.6%

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

#D01F3E (or 0xD01F3E) is known color: Cardinal. HEX triplet: D0, 1F and 3E. RGB value is (208,31,62). Sum of RGB (Red+Green+Blue) = 208+31+62=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01F3E is #2FE0C1. Grayscale: #575757. Windows color (decimal): -3137730 or 4071376. OLE color: 4071376.

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

Color convert

RGB 208 31 62 -
CMYK 0 0.85 0.70 0.18
HSL 349.49º 0.74% 0.47% -
HSV(B) 349.49º 0.85% 0.82% -
XYZ 27.37 14.74 5.96 -
YUV 87.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 208 31 62 0 0.85 0.70 0.18 349.49 0.74 0.47
Hex D0 1F 3E 0 55 46 12 15D 4A 2F
Octal 320 37 76 0 125 106 22 535 112 57
Binary 11010000 11111 111110 0 1010101 1000110 10010 101011101 1001010 101111

Color Harmonies of #D01F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F3E

Black with #D01F3E

Text Example


Text Example

White with #D01F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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