Html Css Color HEX #D71B25 Fire Engine Red

📋 copy color: '#D71B25'

red 215 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #D71B25

Tints of Fire Engine Red #D71B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 77.06%
G = 9.68%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D71B25 (or 0xD71B25) is known color: Fire Engine Red. HEX triplet: D7, 1B and 25. RGB value is (215,27,37). Sum of RGB (Red+Green+Blue) = 215+27+37=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B25 is #28E4DA. Grayscale: #545454. Windows color (decimal): -2680027 or 2431959. OLE color: 2431959.

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

Color convert

RGB 215 27 37 -
CMYK 0 0.87 0.83 0.16
HSL 356.81º 0.78% 0.47% -
HSV(B) 356.81º 0.87% 0.84% -
XYZ 28.75 15.36 3.2 -
YUV 84.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 215 27 37 0 0.87 0.83 0.16 356.81 0.78 0.47
Hex D7 1B 25 0 57 53 10 165 4E 2F
Octal 327 33 45 0 127 123 20 545 116 57
Binary 11010111 11011 100101 0 1010111 1010011 10000 101100101 1001110 101111

Color Harmonies of #D71B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B25

Black with #D71B25

Text Example


Text Example

White with #D71B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B25; }

 p { color: rgb(215,27,37); }

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

background-color css

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

 a { background-color: rgb(215,27,37); }

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

border-color css

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

 span { border-color: rgb(215,27,37); }

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