Html Css Color HEX #D61D24 Fire Engine Red

📋 copy color: '#D61D24'

red 214 ◦ green 29 ◦ blue 36

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

Shades of Fire Engine Red #D61D24

Tints of Fire Engine Red #D61D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

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

R = 76.7%
G = 10.39%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61D24 (or 0xD61D24) is known color: Fire Engine Red. HEX triplet: D6, 1D and 24. RGB value is (214,29,36). Sum of RGB (Red+Green+Blue) = 214+29+36=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D24 is #29E2DB. Grayscale: #555555. Windows color (decimal): -2745052 or 2366934. OLE color: 2366934.

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

Color convert

RGB 214 29 36 -
CMYK 0 0.86 0.83 0.16
HSL 357.73º 0.76% 0.48% -
HSV(B) 357.73º 0.86% 0.84% -
XYZ 28.49 15.3 3.12 -
YUV 85.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 214 29 36 0 0.86 0.83 0.16 357.73 0.76 0.48
Hex D6 1D 24 0 56 53 10 166 4C 30
Octal 326 35 44 0 126 123 20 546 114 60
Binary 11010110 11101 100100 0 1010110 1010011 10000 101100110 1001100 110000

Color Harmonies of #D61D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D24

Black with #D61D24

Text Example


Text Example

White with #D61D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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