Html Css Color HEX #D6052A Fire Engine Red

📋 copy color: '#D6052A'

red 214 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #D6052A

Tints of Fire Engine Red #D6052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 81.99%
G = 1.92%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6052A (or 0xD6052A) is known color: Fire Engine Red. HEX triplet: D6, 05 and 2A. RGB value is (214,5,42). Sum of RGB (Red+Green+Blue) = 214+5+42=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052A is #29FAD5. Grayscale: #474747. Windows color (decimal): -2751190 or 2754006. OLE color: 2754006.

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

Color convert

RGB 214 5 42 -
CMYK 0 0.98 0.80 0.16
HSL 349.38º 0.95% 0.43% -
HSV(B) 349.38º 0.98% 0.84% -
XYZ 28.2 14.57 3.52 -
YUV 71.71 111.24 229.49 -
System Red Green Blue C M Y K H S L
Decimal 214 5 42 0 0.98 0.80 0.16 349.38 0.95 0.43
Hex D6 5 2A 0 62 50 10 15D 5F 2B
Octal 326 5 52 0 142 120 20 535 137 53
Binary 11010110 101 101010 0 1100010 1010000 10000 101011101 1011111 101011

Color Harmonies of #D6052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6052A

Black with #D6052A

Text Example


Text Example

White with #D6052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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