Html Css Color HEX #D61827 Fire Engine Red

📋 copy color: '#D61827'

red 214 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #D61827

Tints of Fire Engine Red #D61827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 77.26%
G = 8.66%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61827 (or 0xD61827) is known color: Fire Engine Red. HEX triplet: D6, 18 and 27. RGB value is (214,24,39). Sum of RGB (Red+Green+Blue) = 214+24+39=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D61827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61827 is #29E7D8. Grayscale: #525252. Windows color (decimal): -2746329 or 2562262. OLE color: 2562262.

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

Color convert

RGB 214 24 39 -
CMYK 0 0.89 0.82 0.16
HSL 355.26º 0.8% 0.47% -
HSV(B) 355.26º 0.89% 0.84% -
XYZ 28.42 15.1 3.34 -
YUV 82.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 214 24 39 0 0.89 0.82 0.16 355.26 0.8 0.47
Hex D6 18 27 0 59 52 10 163 50 2F
Octal 326 30 47 0 131 122 20 543 120 57
Binary 11010110 11000 100111 0 1011001 1010010 10000 101100011 1010000 101111

Color Harmonies of #D61827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61827

Black with #D61827

Text Example


Text Example

White with #D61827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61827; }

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

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

background-color css

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

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

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

border-color css

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

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

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