Html Css Color HEX #D62329 Fire Engine Red

📋 copy color: '#D62329'

red 214 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #D62329

Tints of Fire Engine Red #D62329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 73.79%
G = 12.07%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62329 (or 0xD62329) is known color: Fire Engine Red. HEX triplet: D6, 23 and 29. RGB value is (214,35,41). Sum of RGB (Red+Green+Blue) = 214+35+41=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D62329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62329 is #29DCD6. Grayscale: #595959. Windows color (decimal): -2743511 or 2696150. OLE color: 2696150.

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

Color convert

RGB 214 35 41 -
CMYK 0 0.84 0.81 0.16
HSL 357.99º 0.72% 0.49% -
HSV(B) 357.99º 0.84% 0.84% -
XYZ 28.73 15.66 3.61 -
YUV 89.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 214 35 41 0 0.84 0.81 0.16 357.99 0.72 0.49
Hex D6 23 29 0 54 51 10 166 48 31
Octal 326 43 51 0 124 121 20 546 110 61
Binary 11010110 100011 101001 0 1010100 1010001 10000 101100110 1001000 110001

Color Harmonies of #D62329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62329

Black with #D62329

Text Example


Text Example

White with #D62329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62329; }

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

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

background-color css

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

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

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

border-color css

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

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

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