Html Css Color HEX #D60522 Fire Engine Red

📋 copy color: '#D60522'

red 214 ◦ green 5 ◦ blue 34

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

Shades of Fire Engine Red #D60522

Tints of Fire Engine Red #D60522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 84.58%
G = 1.98%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60522 (or 0xD60522) is known color: Fire Engine Red. HEX triplet: D6, 05 and 22. RGB value is (214,5,34). Sum of RGB (Red+Green+Blue) = 214+5+34=253 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.58% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 214 - color contains mainly: red. Hex color #D60522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60522 is #29FADD. Grayscale: #464646. Windows color (decimal): -2751198 or 2229718. OLE color: 2229718.

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

Color convert

RGB 214 5 34 -
CMYK 0 0.98 0.84 0.16
HSL 351.67º 0.95% 0.43% -
HSV(B) 351.67º 0.98% 0.84% -
XYZ 28.07 14.52 2.84 -
YUV 70.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 214 5 34 0 0.98 0.84 0.16 351.67 0.95 0.43
Hex D6 5 22 0 62 54 10 160 5F 2B
Octal 326 5 42 0 142 124 20 540 137 53
Binary 11010110 101 100010 0 1100010 1010100 10000 101100000 1011111 101011

Color Harmonies of #D60522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60522

Black with #D60522

Text Example


Text Example

White with #D60522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60522; }

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

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

background-color css

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

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

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

border-color css

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

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

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