Html Css Color HEX #D61525 Fire Engine Red

📋 copy color: '#D61525'

red 214 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #D61525

Tints of Fire Engine Red #D61525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 78.68%
G = 7.72%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D61525 (or 0xD61525) is known color: Fire Engine Red. HEX triplet: D6, 15 and 25. RGB value is (214,21,37). Sum of RGB (Red+Green+Blue) = 214+21+37=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61525 is #29EADA. Grayscale: #505050. Windows color (decimal): -2747099 or 2430422. OLE color: 2430422.

HSL color Cylindrical-coordinate representation of color #D61525: hue angle of 355.03º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61525 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 37 -
CMYK 0 0.90 0.83 0.16
HSL 355.03º 0.82% 0.46% -
HSV(B) 355.03º 0.9% 0.84% -
XYZ 28.33 14.97 3.15 -
YUV 80.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 214 21 37 0 0.90 0.83 0.16 355.03 0.82 0.46
Hex D6 15 25 0 5A 53 10 163 52 2E
Octal 326 25 45 0 132 123 20 543 122 56
Binary 11010110 10101 100101 0 1011010 1010011 10000 101100011 1010010 101110

Color Harmonies of #D61525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61525

Black with #D61525

Text Example


Text Example

White with #D61525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61525; }

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

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

background-color css

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

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

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

border-color css

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

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

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