Html Css Color HEX #D61920 Fire Engine Red

📋 copy color: '#D61920'

red 214 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #D61920

Tints of Fire Engine Red #D61920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 78.97%
G = 9.23%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61920 (or 0xD61920) is known color: Fire Engine Red. HEX triplet: D6, 19 and 20. RGB value is (214,25,32). Sum of RGB (Red+Green+Blue) = 214+25+32=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61920 is #29E6DF. Grayscale: #525252. Windows color (decimal): -2746080 or 2103766. OLE color: 2103766.

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

Color convert

RGB 214 25 32 -
CMYK 0 0.88 0.85 0.16
HSL 357.78º 0.79% 0.47% -
HSV(B) 357.78º 0.88% 0.84% -
XYZ 28.34 15.1 2.79 -
YUV 82.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 214 25 32 0 0.88 0.85 0.16 357.78 0.79 0.47
Hex D6 19 20 0 58 55 10 166 4F 2F
Octal 326 31 40 0 130 125 20 546 117 57
Binary 11010110 11001 100000 0 1011000 1010101 10000 101100110 1001111 101111

Color Harmonies of #D61920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61920

Black with #D61920

Text Example


Text Example

White with #D61920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61920; }

 p { color: rgb(214,25,32); }

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

background-color css

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

 a { background-color: rgb(214,25,32); }

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

border-color css

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

 span { border-color: rgb(214,25,32); }

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