Html Css Color HEX #D61524 Fire Engine Red

📋 copy color: '#D61524'

red 214 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #D61524

Tints of Fire Engine Red #D61524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 78.97%
G = 7.75%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61524 (or 0xD61524) is known color: Fire Engine Red. HEX triplet: D6, 15 and 24. RGB value is (214,21,36). Sum of RGB (Red+Green+Blue) = 214+21+36=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61524 is #29EADB. Grayscale: #505050. Windows color (decimal): -2747100 or 2364886. OLE color: 2364886.

HSL color Cylindrical-coordinate representation of color #D61524: hue angle of 355.34º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61524 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 36 -
CMYK 0 0.90 0.83 0.16
HSL 355.34º 0.82% 0.46% -
HSV(B) 355.34º 0.9% 0.84% -
XYZ 28.32 14.96 3.06 -
YUV 80.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 214 21 36 0 0.90 0.83 0.16 355.34 0.82 0.46
Hex D6 15 24 0 5A 53 10 163 52 2E
Octal 326 25 44 0 132 123 20 543 122 56
Binary 11010110 10101 100100 0 1011010 1010011 10000 101100011 1010010 101110

Color Harmonies of #D61524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61524

Black with #D61524

Text Example


Text Example

White with #D61524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61524; }

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

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

background-color css

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

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

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

border-color css

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

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

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