Html Css Color HEX #D00A2B Fire Engine Red

📋 copy color: '#D00A2B'

red 208 ◦ green 10 ◦ blue 43

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

Shades of Fire Engine Red #D00A2B

Tints of Fire Engine Red #D00A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 79.69%
G = 3.83%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D00A2B (or 0xD00A2B) is known color: Fire Engine Red. HEX triplet: D0, 0A and 2B. RGB value is (208,10,43). Sum of RGB (Red+Green+Blue) = 208+10+43=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A2B is #2FF5D4. Grayscale: #494949. Windows color (decimal): -3143125 or 2820816. OLE color: 2820816.

HSL color Cylindrical-coordinate representation of color #D00A2B: hue angle of 350º degrees, saturation: 0.91, 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 #D00A2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 43 -
CMYK 0 0.95 0.79 0.18
HSL 350º 0.91% 0.43% -
HSV(B) 350º 0.95% 0.82% -
XYZ 26.56 13.8 3.55 -
YUV 72.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 208 10 43 0 0.95 0.79 0.18 350 0.91 0.43
Hex D0 A 2B 0 5F 4F 12 15E 5B 2B
Octal 320 12 53 0 137 117 22 536 133 53
Binary 11010000 1010 101011 0 1011111 1001111 10010 101011110 1011011 101011

Color Harmonies of #D00A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A2B

Black with #D00A2B

Text Example


Text Example

White with #D00A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A2B; }

 p { color: rgb(208,10,43); }

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

background-color css

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

 a { background-color: rgb(208,10,43); }

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

border-color css

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

 span { border-color: rgb(208,10,43); }

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