Html Css Color HEX #D60425 Fire Engine Red

📋 copy color: '#D60425'

red 214 ◦ green 4 ◦ blue 37

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

Shades of Fire Engine Red #D60425

Tints of Fire Engine Red #D60425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 83.92%
G = 1.57%
B = 14.51%

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

#D60425 (or 0xD60425) is known color: Fire Engine Red. HEX triplet: D6, 04 and 25. RGB value is (214,4,37). Sum of RGB (Red+Green+Blue) = 214+4+37=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60425 is #29FBDA. Grayscale: #464646. Windows color (decimal): -2751451 or 2426070. OLE color: 2426070.

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

Color convert

RGB 214 4 37 -
CMYK 0 0.98 0.83 0.16
HSL 350.57º 0.96% 0.43% -
HSV(B) 350.57º 0.98% 0.84% -
XYZ 28.11 14.52 3.07 -
YUV 70.55 109.07 230.32 -
System Red Green Blue C M Y K H S L
Decimal 214 4 37 0 0.98 0.83 0.16 350.57 0.96 0.43
Hex D6 4 25 0 62 53 10 15F 60 2B
Octal 326 4 45 0 142 123 20 537 140 53
Binary 11010110 100 100101 0 1100010 1010011 10000 101011111 1100000 101011

Color Harmonies of #D60425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60425

Black with #D60425

Text Example


Text Example

White with #D60425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60425; }

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

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

background-color css

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

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

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

border-color css

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

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

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