Html Css Color HEX #D62123 Fire Engine Red

📋 copy color: '#D62123'

red 214 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #D62123

Tints of Fire Engine Red #D62123

RGB

 RED value IS 214 (83.98% from 255) = 75.89%

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

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

R = 75.89%
G = 11.7%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62123 (or 0xD62123) is known color: Fire Engine Red. HEX triplet: D6, 21 and 23. RGB value is (214,33,35). Sum of RGB (Red+Green+Blue) = 214+33+35=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62123 is #29DEDC. Grayscale: #575757. Windows color (decimal): -2744029 or 2302422. OLE color: 2302422.

HSL color Cylindrical-coordinate representation of color #D62123: hue angle of 359.34º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62123 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 35 -
CMYK 0 0.85 0.84 0.16
HSL 359.34º 0.73% 0.48% -
HSV(B) 359.34º 0.85% 0.84% -
XYZ 28.58 15.51 3.08 -
YUV 87.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 214 33 35 0 0.85 0.84 0.16 359.34 0.73 0.48
Hex D6 21 23 0 55 54 10 167 49 30
Octal 326 41 43 0 125 124 20 547 111 60
Binary 11010110 100001 100011 0 1010101 1010100 10000 101100111 1001001 110000

Color Harmonies of #D62123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62123

Black with #D62123

Text Example


Text Example

White with #D62123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62123; }

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

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

background-color css

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

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

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

border-color css

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

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

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