Html Css Color HEX #D61821 Fire Engine Red

📋 copy color: '#D61821'

red 214 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #D61821

Tints of Fire Engine Red #D61821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 78.97%
G = 8.86%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61821 (or 0xD61821) is known color: Fire Engine Red. HEX triplet: D6, 18 and 21. RGB value is (214,24,33). Sum of RGB (Red+Green+Blue) = 214+24+33=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D61821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61821 is #29E7DE. Grayscale: #515151. Windows color (decimal): -2746335 or 2169046. OLE color: 2169046.

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

Color convert

RGB 214 24 33 -
CMYK 0 0.89 0.85 0.16
HSL 357.16º 0.8% 0.47% -
HSV(B) 357.16º 0.89% 0.84% -
XYZ 28.33 15.06 2.85 -
YUV 81.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 214 24 33 0 0.89 0.85 0.16 357.16 0.8 0.47
Hex D6 18 21 0 59 55 10 165 50 2F
Octal 326 30 41 0 131 125 20 545 120 57
Binary 11010110 11000 100001 0 1011001 1010101 10000 101100101 1010000 101111

Color Harmonies of #D61821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61821

Black with #D61821

Text Example


Text Example

White with #D61821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61821; }

 p { color: rgb(214,24,33); }

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

background-color css

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

 a { background-color: rgb(214,24,33); }

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

border-color css

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

 span { border-color: rgb(214,24,33); }

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