Html Css Color HEX #D61926 Fire Engine Red

📋 copy color: '#D61926'

red 214 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #D61926

Tints of Fire Engine Red #D61926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 77.26%
G = 9.03%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D61926 (or 0xD61926) is known color: Fire Engine Red. HEX triplet: D6, 19 and 26. RGB value is (214,25,38). Sum of RGB (Red+Green+Blue) = 214+25+38=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D61926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61926 is #29E6D9. Grayscale: #535353. Windows color (decimal): -2746074 or 2496982. OLE color: 2496982.

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

Color convert

RGB 214 25 38 -
CMYK 0 0.88 0.82 0.16
HSL 355.87º 0.79% 0.47% -
HSV(B) 355.87º 0.88% 0.84% -
XYZ 28.43 15.13 3.26 -
YUV 82.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 214 25 38 0 0.88 0.82 0.16 355.87 0.79 0.47
Hex D6 19 26 0 58 52 10 164 4F 2F
Octal 326 31 46 0 130 122 20 544 117 57
Binary 11010110 11001 100110 0 1011000 1010010 10000 101100100 1001111 101111

Color Harmonies of #D61926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61926

Black with #D61926

Text Example


Text Example

White with #D61926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61926; }

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

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

background-color css

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

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

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

border-color css

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

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

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