Html Css Color HEX #D60226 Fire Engine Red

📋 copy color: '#D60226'

red 214 ◦ green 2 ◦ blue 38

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

Shades of Fire Engine Red #D60226

Tints of Fire Engine Red #D60226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 84.25%
G = 0.79%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60226 (or 0xD60226) is known color: Fire Engine Red. HEX triplet: D6, 02 and 26. RGB value is (214,2,38). Sum of RGB (Red+Green+Blue) = 214+2+38=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60226 is #29FDD9. Grayscale: #454545. Windows color (decimal): -2751962 or 2491094. OLE color: 2491094.

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

Color convert

RGB 214 2 38 -
CMYK 0 0.99 0.82 0.16
HSL 349.81º 0.98% 0.42% -
HSV(B) 349.81º 0.99% 0.84% -
XYZ 28.1 14.48 3.15 -
YUV 69.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 214 2 38 0 0.99 0.82 0.16 349.81 0.98 0.42
Hex D6 2 26 0 63 52 10 15E 62 2A
Octal 326 2 46 0 143 122 20 536 142 52
Binary 11010110 10 100110 0 1100011 1010010 10000 101011110 1100010 101010

Color Harmonies of #D60226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60226

Black with #D60226

Text Example


Text Example

White with #D60226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60226; }

 p { color: rgb(214,2,38); }

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

background-color css

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

 a { background-color: rgb(214,2,38); }

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

border-color css

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

 span { border-color: rgb(214,2,38); }

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