Html Css Color HEX #D51B1C Fire Engine Red

📋 copy color: '#D51B1C'

red 213 ◦ green 27 ◦ blue 28

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

Shades of Fire Engine Red #D51B1C

Tints of Fire Engine Red #D51B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.07%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 79.48%
G = 10.07%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D51B1C (or 0xD51B1C) is known color: Fire Engine Red. HEX triplet: D5, 1B and 1C. RGB value is (213,27,28). Sum of RGB (Red+Green+Blue) = 213+27+28=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51B1C is #2AE4E3. Grayscale: #525252. Windows color (decimal): -2811108 or 1842133. OLE color: 1842133.

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

Color convert

RGB 213 27 28 -
CMYK 0 0.87 0.87 0.16
HSL 359.68º 0.78% 0.47% -
HSV(B) 359.68º 0.87% 0.84% -
XYZ 28.04 15.01 2.52 -
YUV 82.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 213 27 28 0 0.87 0.87 0.16 359.68 0.78 0.47
Hex D5 1B 1C 0 57 57 10 168 4E 2F
Octal 325 33 34 0 127 127 20 550 116 57
Binary 11010101 11011 11100 0 1010111 1010111 10000 101101000 1001110 101111

Color Harmonies of #D51B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B1C

Black with #D51B1C

Text Example


Text Example

White with #D51B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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