Html Css Color HEX #D60525 Fire Engine Red

📋 copy color: '#D60525'

red 214 ◦ green 5 ◦ blue 37

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

Shades of Fire Engine Red #D60525

Tints of Fire Engine Red #D60525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 83.59%
G = 1.95%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60525 (or 0xD60525) is known color: Fire Engine Red. HEX triplet: D6, 05 and 25. RGB value is (214,5,37). Sum of RGB (Red+Green+Blue) = 214+5+37=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D60525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60525 is #29FADA. Grayscale: #474747. Windows color (decimal): -2751195 or 2426326. OLE color: 2426326.

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

Color convert

RGB 214 5 37 -
CMYK 0 0.98 0.83 0.16
HSL 350.81º 0.95% 0.43% -
HSV(B) 350.81º 0.98% 0.84% -
XYZ 28.12 14.54 3.07 -
YUV 71.14 108.74 229.9 -
System Red Green Blue C M Y K H S L
Decimal 214 5 37 0 0.98 0.83 0.16 350.81 0.95 0.43
Hex D6 5 25 0 62 53 10 15F 5F 2B
Octal 326 5 45 0 142 123 20 537 137 53
Binary 11010110 101 100101 0 1100010 1010011 10000 101011111 1011111 101011

Color Harmonies of #D60525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60525

Black with #D60525

Text Example


Text Example

White with #D60525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60525; }

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

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

background-color css

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

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

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

border-color css

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

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

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