Html Css Color HEX #D0242C Fire Engine Red

📋 copy color: '#D0242C'

red 208 ◦ green 36 ◦ blue 44

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

Shades of Fire Engine Red #D0242C

Tints of Fire Engine Red #D0242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 72.22%
G = 12.5%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0242C (or 0xD0242C) is known color: Fire Engine Red. HEX triplet: D0, 24 and 2C. RGB value is (208,36,44). Sum of RGB (Red+Green+Blue) = 208+36+44=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0242C is #2FDBD3. Grayscale: #585858. Windows color (decimal): -3136468 or 2893008. OLE color: 2893008.

HSL color Cylindrical-coordinate representation of color #D0242C: hue angle of 357.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0242C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 44 -
CMYK 0 0.83 0.79 0.18
HSL 357.21º 0.7% 0.48% -
HSV(B) 357.21º 0.83% 0.82% -
XYZ 27.1 14.85 3.82 -
YUV 88.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 208 36 44 0 0.83 0.79 0.18 357.21 0.7 0.48
Hex D0 24 2C 0 53 4F 12 165 46 30
Octal 320 44 54 0 123 117 22 545 106 60
Binary 11010000 100100 101100 0 1010011 1001111 10010 101100101 1000110 110000

Color Harmonies of #D0242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0242C

Black with #D0242C

Text Example


Text Example

White with #D0242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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