Html Css Color HEX #D60329 Fire Engine Red

📋 copy color: '#D60329'

red 214 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D60329

Tints of Fire Engine Red #D60329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 82.95%
G = 1.16%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60329 (or 0xD60329) is known color: Fire Engine Red. HEX triplet: D6, 03 and 29. RGB value is (214,3,41). Sum of RGB (Red+Green+Blue) = 214+3+41=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60329 is #29FCD6. Grayscale: #464646. Windows color (decimal): -2751703 or 2687958. OLE color: 2687958.

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

Color convert

RGB 214 3 41 -
CMYK 0 0.99 0.81 0.16
HSL 349.19º 0.97% 0.43% -
HSV(B) 349.19º 0.99% 0.84% -
XYZ 28.16 14.52 3.42 -
YUV 70.42 111.4 230.41 -
System Red Green Blue C M Y K H S L
Decimal 214 3 41 0 0.99 0.81 0.16 349.19 0.97 0.43
Hex D6 3 29 0 63 51 10 15D 61 2B
Octal 326 3 51 0 143 121 20 535 141 53
Binary 11010110 11 101001 0 1100011 1010001 10000 101011101 1100001 101011

Color Harmonies of #D60329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60329

Black with #D60329

Text Example


Text Example

White with #D60329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60329; }

 p { color: rgb(214,3,41); }

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

background-color css

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

 a { background-color: rgb(214,3,41); }

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

border-color css

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

 span { border-color: rgb(214,3,41); }

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