Html Css Color HEX #D62327 Fire Engine Red

📋 copy color: '#D62327'

red 214 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #D62327

Tints of Fire Engine Red #D62327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 74.31%
G = 12.15%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D62327 (or 0xD62327) is known color: Fire Engine Red. HEX triplet: D6, 23 and 27. RGB value is (214,35,39). Sum of RGB (Red+Green+Blue) = 214+35+39=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62327 is #29DCD8. Grayscale: #595959. Windows color (decimal): -2743513 or 2565078. OLE color: 2565078.

HSL color Cylindrical-coordinate representation of color #D62327: hue angle of 358.66º 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 #D62327 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 39 -
CMYK 0 0.84 0.82 0.16
HSL 358.66º 0.72% 0.49% -
HSV(B) 358.66º 0.84% 0.84% -
XYZ 28.7 15.64 3.43 -
YUV 88.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 214 35 39 0 0.84 0.82 0.16 358.66 0.72 0.49
Hex D6 23 27 0 54 52 10 167 48 31
Octal 326 43 47 0 124 122 20 547 110 61
Binary 11010110 100011 100111 0 1010100 1010010 10000 101100111 1001000 110001

Color Harmonies of #D62327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62327

Black with #D62327

Text Example


Text Example

White with #D62327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62327; }

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

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

background-color css

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

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

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

border-color css

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

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

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