Html Css Color HEX #D51223 Fire Engine Red

📋 copy color: '#D51223'

red 213 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #D51223

Tints of Fire Engine Red #D51223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 80.08%
G = 6.77%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D51223 (or 0xD51223) is known color: Fire Engine Red. HEX triplet: D5, 12 and 23. RGB value is (213,18,35). Sum of RGB (Red+Green+Blue) = 213+18+35=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D51223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51223 is #2AEDDC. Grayscale: #4E4E4E. Windows color (decimal): -2813405 or 2298581. OLE color: 2298581.

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

Color convert

RGB 213 18 35 -
CMYK 0 0.92 0.84 0.16
HSL 354.77º 0.84% 0.45% -
HSV(B) 354.77º 0.92% 0.84% -
XYZ 27.96 14.7 2.95 -
YUV 78.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 213 18 35 0 0.92 0.84 0.16 354.77 0.84 0.45
Hex D5 12 23 0 5C 54 10 163 54 2D
Octal 325 22 43 0 134 124 20 543 124 55
Binary 11010101 10010 100011 0 1011100 1010100 10000 101100011 1010100 101101

Color Harmonies of #D51223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51223

Black with #D51223

Text Example


Text Example

White with #D51223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51223; }

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

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

background-color css

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

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

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

border-color css

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

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

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