Html Css Color HEX #D00B2A Fire Engine Red

📋 copy color: '#D00B2A'

red 208 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #D00B2A

Tints of Fire Engine Red #D00B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.21%

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

R = 79.69%
G = 4.21%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00B2A (or 0xD00B2A) is known color: Fire Engine Red. HEX triplet: D0, 0B and 2A. RGB value is (208,11,42). Sum of RGB (Red+Green+Blue) = 208+11+42=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B2A is #2FF4D5. Grayscale: #494949. Windows color (decimal): -3142870 or 2755536. OLE color: 2755536.

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

Color convert

RGB 208 11 42 -
CMYK 0 0.95 0.80 0.18
HSL 350.56º 0.9% 0.43% -
HSV(B) 350.56º 0.95% 0.82% -
XYZ 26.55 13.82 3.46 -
YUV 73.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 208 11 42 0 0.95 0.80 0.18 350.56 0.9 0.43
Hex D0 B 2A 0 5F 50 12 15F 5A 2B
Octal 320 13 52 0 137 120 22 537 132 53
Binary 11010000 1011 101010 0 1011111 1010000 10010 101011111 1011010 101011

Color Harmonies of #D00B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B2A

Black with #D00B2A

Text Example


Text Example

White with #D00B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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