Html Css Color HEX #D00A24 Fire Engine Red

📋 copy color: '#D00A24'

red 208 ◦ green 10 ◦ blue 36

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

Shades of Fire Engine Red #D00A24

Tints of Fire Engine Red #D00A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 81.89%
G = 3.94%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00A24 (or 0xD00A24) is known color: Fire Engine Red. HEX triplet: D0, 0A and 24. RGB value is (208,10,36). Sum of RGB (Red+Green+Blue) = 208+10+36=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A24 is #2FF5DB. Grayscale: #484848. Windows color (decimal): -3143132 or 2362064. OLE color: 2362064.

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

Color convert

RGB 208 10 36 -
CMYK 0 0.95 0.83 0.18
HSL 352.12º 0.91% 0.43% -
HSV(B) 352.12º 0.95% 0.82% -
XYZ 26.44 13.75 2.93 -
YUV 72.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 208 10 36 0 0.95 0.83 0.18 352.12 0.91 0.43
Hex D0 A 24 0 5F 53 12 160 5B 2B
Octal 320 12 44 0 137 123 22 540 133 53
Binary 11010000 1010 100100 0 1011111 1010011 10010 101100000 1011011 101011

Color Harmonies of #D00A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A24

Black with #D00A24

Text Example


Text Example

White with #D00A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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