Html Css Color HEX #D51B23 Fire Engine Red

📋 copy color: '#D51B23'

red 213 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #D51B23

Tints of Fire Engine Red #D51B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 77.45%
G = 9.82%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51B23 (or 0xD51B23) is known color: Fire Engine Red. HEX triplet: D5, 1B and 23. RGB value is (213,27,35). Sum of RGB (Red+Green+Blue) = 213+27+35=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51B23 is #2AE4DC. Grayscale: #535353. Windows color (decimal): -2811101 or 2300885. OLE color: 2300885.

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

Color convert

RGB 213 27 35 -
CMYK 0 0.87 0.84 0.16
HSL 357.42º 0.78% 0.47% -
HSV(B) 357.42º 0.87% 0.84% -
XYZ 28.14 15.05 3.01 -
YUV 83.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 213 27 35 0 0.87 0.84 0.16 357.42 0.78 0.47
Hex D5 1B 23 0 57 54 10 165 4E 2F
Octal 325 33 43 0 127 124 20 545 116 57
Binary 11010101 11011 100011 0 1010111 1010100 10000 101100101 1001110 101111

Color Harmonies of #D51B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B23

Black with #D51B23

Text Example


Text Example

White with #D51B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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