Html Css Color HEX #D51422 Fire Engine Red

📋 copy color: '#D51422'

red 213 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #D51422

Tints of Fire Engine Red #D51422

RGB

 RED value IS 213 (83.59% from 255) = 79.78%

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

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

R = 79.78%
G = 7.49%
B = 12.73%

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

#D51422 (or 0xD51422) is known color: Fire Engine Red. HEX triplet: D5, 14 and 22. RGB value is (213,20,34). Sum of RGB (Red+Green+Blue) = 213+20+34=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D51422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51422 is #2AEBDD. Grayscale: #4F4F4F. Windows color (decimal): -2812894 or 2233557. OLE color: 2233557.

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

Color convert

RGB 213 20 34 -
CMYK 0 0.91 0.84 0.16
HSL 355.65º 0.83% 0.46% -
HSV(B) 355.65º 0.91% 0.84% -
XYZ 27.98 14.76 2.89 -
YUV 79.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 213 20 34 0 0.91 0.84 0.16 355.65 0.83 0.46
Hex D5 14 22 0 5B 54 10 164 53 2E
Octal 325 24 42 0 133 124 20 544 123 56
Binary 11010101 10100 100010 0 1011011 1010100 10000 101100100 1010011 101110

Color Harmonies of #D51422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51422

Black with #D51422

Text Example


Text Example

White with #D51422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51422; }

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

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

background-color css

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

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

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

border-color css

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

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

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