Html Css Color HEX #D51C21 Fire Engine Red

📋 copy color: '#D51C21'

red 213 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #D51C21

Tints of Fire Engine Red #D51C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

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

R = 77.74%
G = 10.22%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51C21 (or 0xD51C21) is known color: Fire Engine Red. HEX triplet: D5, 1C and 21. RGB value is (213,28,33). Sum of RGB (Red+Green+Blue) = 213+28+33=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C21 is #2AE3DE. Grayscale: #545454. Windows color (decimal): -2810847 or 2170069. OLE color: 2170069.

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

Color convert

RGB 213 28 33 -
CMYK 0 0.87 0.85 0.16
HSL 358.38º 0.77% 0.47% -
HSV(B) 358.38º 0.87% 0.84% -
XYZ 28.13 15.09 2.87 -
YUV 83.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 213 28 33 0 0.87 0.85 0.16 358.38 0.77 0.47
Hex D5 1C 21 0 57 55 10 166 4D 2F
Octal 325 34 41 0 127 125 20 546 115 57
Binary 11010101 11100 100001 0 1010111 1010101 10000 101100110 1001101 101111

Color Harmonies of #D51C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C21

Black with #D51C21

Text Example


Text Example

White with #D51C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C21; }

 p { color: rgb(213,28,33); }

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

background-color css

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

 a { background-color: rgb(213,28,33); }

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

border-color css

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

 span { border-color: rgb(213,28,33); }

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