Html Css Color HEX #D61024 Fire Engine Red

📋 copy color: '#D61024'

red 214 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #D61024

Tints of Fire Engine Red #D61024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 80.45%
G = 6.02%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61024 (or 0xD61024) is known color: Fire Engine Red. HEX triplet: D6, 10 and 24. RGB value is (214,16,36). Sum of RGB (Red+Green+Blue) = 214+16+36=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61024 is #29EFDB. Grayscale: #4D4D4D. Windows color (decimal): -2748380 or 2363606. OLE color: 2363606.

HSL color Cylindrical-coordinate representation of color #D61024: hue angle of 353.94º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61024 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 36 -
CMYK 0 0.93 0.83 0.16
HSL 353.94º 0.86% 0.45% -
HSV(B) 353.94º 0.93% 0.84% -
XYZ 28.24 14.79 3.04 -
YUV 77.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 214 16 36 0 0.93 0.83 0.16 353.94 0.86 0.45
Hex D6 10 24 0 5D 53 10 162 56 2D
Octal 326 20 44 0 135 123 20 542 126 55
Binary 11010110 10000 100100 0 1011101 1010011 10000 101100010 1010110 101101

Color Harmonies of #D61024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61024

Black with #D61024

Text Example


Text Example

White with #D61024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61024; }

 p { color: rgb(214,16,36); }

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

background-color css

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

 a { background-color: rgb(214,16,36); }

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

border-color css

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

 span { border-color: rgb(214,16,36); }

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