Html Css Color HEX #D71422 Fire Engine Red

📋 copy color: '#D71422'

red 215 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #D71422

Tints of Fire Engine Red #D71422

RGB

 RED value IS 215 (84.38% from 255) = 79.93%

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 79.93%
G = 7.43%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D71422 (or 0xD71422) is known color: Fire Engine Red. HEX triplet: D7, 14 and 22. RGB value is (215,20,34). Sum of RGB (Red+Green+Blue) = 215+20+34=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71422 is #28EBDD. Grayscale: #505050. Windows color (decimal): -2681822 or 2233559. OLE color: 2233559.

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

Color convert

RGB 215 20 34 -
CMYK 0 0.91 0.84 0.16
HSL 355.69º 0.83% 0.46% -
HSV(B) 355.69º 0.91% 0.84% -
XYZ 28.56 15.06 2.92 -
YUV 79.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 215 20 34 0 0.91 0.84 0.16 355.69 0.83 0.46
Hex D7 14 22 0 5B 54 10 164 53 2E
Octal 327 24 42 0 133 124 20 544 123 56
Binary 11010111 10100 100010 0 1011011 1010100 10000 101100100 1010011 101110

Color Harmonies of #D71422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71422

Black with #D71422

Text Example


Text Example

White with #D71422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71422; }

 p { color: rgb(215,20,34); }

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

background-color css

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

 a { background-color: rgb(215,20,34); }

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

border-color css

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

 span { border-color: rgb(215,20,34); }

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