Html Css Color HEX #D61825 Fire Engine Red

📋 copy color: '#D61825'

red 214 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #D61825

Tints of Fire Engine Red #D61825

RGB

 RED value IS 214 (83.98% from 255) = 77.82%

 GREEN value IS 24 (9.77% from 255) = 8.73%

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

R = 77.82%
G = 8.73%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61825 (or 0xD61825) is known color: Fire Engine Red. HEX triplet: D6, 18 and 25. RGB value is (214,24,37). Sum of RGB (Red+Green+Blue) = 214+24+37=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D61825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61825 is #29E7DA. Grayscale: #525252. Windows color (decimal): -2746331 or 2431190. OLE color: 2431190.

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

Color convert

RGB 214 24 37 -
CMYK 0 0.89 0.83 0.16
HSL 355.89º 0.8% 0.47% -
HSV(B) 355.89º 0.89% 0.84% -
XYZ 28.39 15.08 3.17 -
YUV 82.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 214 24 37 0 0.89 0.83 0.16 355.89 0.8 0.47
Hex D6 18 25 0 59 53 10 164 50 2F
Octal 326 30 45 0 131 123 20 544 120 57
Binary 11010110 11000 100101 0 1011001 1010011 10000 101100100 1010000 101111

Color Harmonies of #D61825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61825

Black with #D61825

Text Example


Text Example

White with #D61825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61825; }

 p { color: rgb(214,24,37); }

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

background-color css

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

 a { background-color: rgb(214,24,37); }

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

border-color css

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

 span { border-color: rgb(214,24,37); }

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