Html Css Color HEX #D81A25 Fire Engine Red

📋 copy color: '#D81A25'

red 216 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #D81A25

Tints of Fire Engine Red #D81A25

RGB

 RED value IS 216 (84.77% from 255) = 77.42%

 GREEN value IS 26 (10.55% from 255) = 9.32%

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

R = 77.42%
G = 9.32%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D81A25 (or 0xD81A25) is known color: Fire Engine Red. HEX triplet: D8, 1A and 25. RGB value is (216,26,37). Sum of RGB (Red+Green+Blue) = 216+26+37=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A25 is #27E5DA. Grayscale: #545454. Windows color (decimal): -2614747 or 2431704. OLE color: 2431704.

HSL color Cylindrical-coordinate representation of color #D81A25: hue angle of 356.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 26 37 -
CMYK 0 0.88 0.83 0.15
HSL 356.53º 0.79% 0.47% -
HSV(B) 356.53º 0.88% 0.85% -
XYZ 29.02 15.47 3.21 -
YUV 84.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 216 26 37 0 0.88 0.83 0.15 356.53 0.79 0.47
Hex D8 1A 25 0 58 53 F 165 4F 2F
Octal 330 32 45 0 130 123 17 545 117 57
Binary 11011000 11010 100101 0 1011000 1010011 1111 101100101 1001111 101111

Color Harmonies of #D81A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A25

Black with #D81A25

Text Example


Text Example

White with #D81A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A25; }

 p { color: rgb(216,26,37); }

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

background-color css

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

 a { background-color: rgb(216,26,37); }

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

border-color css

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

 span { border-color: rgb(216,26,37); }

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