Html Css Color HEX #D71423 Fire Engine Red

📋 copy color: '#D71423'

red 215 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D71423

Tints of Fire Engine Red #D71423

RGB

 RED value IS 215 (84.38% from 255) = 79.63%

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

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

R = 79.63%
G = 7.41%
B = 12.96%

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

#D71423 (or 0xD71423) is known color: Fire Engine Red. HEX triplet: D7, 14 and 23. RGB value is (215,20,35). Sum of RGB (Red+Green+Blue) = 215+20+35=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D71423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71423 is #28EBDC. Grayscale: #505050. Windows color (decimal): -2681821 or 2299095. OLE color: 2299095.

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

Color convert

RGB 215 20 35 -
CMYK 0 0.91 0.84 0.16
HSL 355.38º 0.83% 0.46% -
HSV(B) 355.38º 0.91% 0.84% -
XYZ 28.58 15.07 2.99 -
YUV 80.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 215 20 35 0 0.91 0.84 0.16 355.38 0.83 0.46
Hex D7 14 23 0 5B 54 10 163 53 2E
Octal 327 24 43 0 133 124 20 543 123 56
Binary 11010111 10100 100011 0 1011011 1010100 10000 101100011 1010011 101110

Color Harmonies of #D71423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71423

Black with #D71423

Text Example


Text Example

White with #D71423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71423; }

 p { color: rgb(215,20,35); }

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

background-color css

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

 a { background-color: rgb(215,20,35); }

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

border-color css

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

 span { border-color: rgb(215,20,35); }

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