Html Css Color HEX #D01B2A Fire Engine Red

📋 copy color: '#D01B2A'

red 208 ◦ green 27 ◦ blue 42

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

Shades of Fire Engine Red #D01B2A

Tints of Fire Engine Red #D01B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 75.09%
G = 9.75%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D01B2A (or 0xD01B2A) is known color: Fire Engine Red. HEX triplet: D0, 1B and 2A. RGB value is (208,27,42). Sum of RGB (Red+Green+Blue) = 208+27+42=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B2A is #2FE4D5. Grayscale: #525252. Windows color (decimal): -3138774 or 2759632. OLE color: 2759632.

HSL color Cylindrical-coordinate representation of color #D01B2A: hue angle of 355.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01B2A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 27 42 -
CMYK 0 0.87 0.80 0.18
HSL 355.03º 0.77% 0.46% -
HSV(B) 355.03º 0.87% 0.82% -
XYZ 26.82 14.36 3.55 -
YUV 82.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 208 27 42 0 0.87 0.80 0.18 355.03 0.77 0.46
Hex D0 1B 2A 0 57 50 12 163 4D 2E
Octal 320 33 52 0 127 120 22 543 115 56
Binary 11010000 11011 101010 0 1010111 1010000 10010 101100011 1001101 101110

Color Harmonies of #D01B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01B2A

Black with #D01B2A

Text Example


Text Example

White with #D01B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01B2A; }

 p { color: rgb(208,27,42); }

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

background-color css

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

 a { background-color: rgb(208,27,42); }

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

border-color css

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

 span { border-color: rgb(208,27,42); }

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