Html Css Color HEX #D61522 Fire Engine Red

📋 copy color: '#D61522'

red 214 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #D61522

Tints of Fire Engine Red #D61522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 79.55%
G = 7.81%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D61522 (or 0xD61522) is known color: Fire Engine Red. HEX triplet: D6, 15 and 22. RGB value is (214,21,34). Sum of RGB (Red+Green+Blue) = 214+21+34=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D61522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61522 is #29EADD. Grayscale: #505050. Windows color (decimal): -2747102 or 2233814. OLE color: 2233814.

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

Color convert

RGB 214 21 34 -
CMYK 0 0.90 0.84 0.16
HSL 355.96º 0.82% 0.46% -
HSV(B) 355.96º 0.9% 0.84% -
XYZ 28.29 14.95 2.91 -
YUV 80.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 214 21 34 0 0.90 0.84 0.16 355.96 0.82 0.46
Hex D6 15 22 0 5A 54 10 164 52 2E
Octal 326 25 42 0 132 124 20 544 122 56
Binary 11010110 10101 100010 0 1011010 1010100 10000 101100100 1010010 101110

Color Harmonies of #D61522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61522

Black with #D61522

Text Example


Text Example

White with #D61522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61522; }

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

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

background-color css

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

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

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

border-color css

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

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

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