Html Css Color HEX #D02123 Fire Engine Red

📋 copy color: '#D02123'

red 208 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #D02123

Tints of Fire Engine Red #D02123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 75.36%
G = 11.96%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02123 (or 0xD02123) is known color: Fire Engine Red. HEX triplet: D0, 21 and 23. RGB value is (208,33,35). Sum of RGB (Red+Green+Blue) = 208+33+35=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D02123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02123 is #2FDEDC. Grayscale: #555555. Windows color (decimal): -3137245 or 2302416. OLE color: 2302416.

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

Color convert

RGB 208 33 35 -
CMYK 0 0.84 0.83 0.18
HSL 359.31º 0.73% 0.47% -
HSV(B) 359.31º 0.84% 0.82% -
XYZ 26.86 14.62 3 -
YUV 85.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 208 33 35 0 0.84 0.83 0.18 359.31 0.73 0.47
Hex D0 21 23 0 54 53 12 167 49 2F
Octal 320 41 43 0 124 123 22 547 111 57
Binary 11010000 100001 100011 0 1010100 1010011 10010 101100111 1001001 101111

Color Harmonies of #D02123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02123

Black with #D02123

Text Example


Text Example

White with #D02123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02123; }

 p { color: rgb(208,33,35); }

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

background-color css

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

 a { background-color: rgb(208,33,35); }

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

border-color css

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

 span { border-color: rgb(208,33,35); }

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