Html Css Color HEX #D6062A Fire Engine Red

📋 copy color: '#D6062A'

red 214 ◦ green 6 ◦ blue 42

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

Shades of Fire Engine Red #D6062A

Tints of Fire Engine Red #D6062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 81.68%
G = 2.29%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6062A (or 0xD6062A) is known color: Fire Engine Red. HEX triplet: D6, 06 and 2A. RGB value is (214,6,42). Sum of RGB (Red+Green+Blue) = 214+6+42=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6062A is #29F9D5. Grayscale: #484848. Windows color (decimal): -2750934 or 2754262. OLE color: 2754262.

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

Color convert

RGB 214 6 42 -
CMYK 0 0.97 0.80 0.16
HSL 349.62º 0.95% 0.43% -
HSV(B) 349.62º 0.97% 0.84% -
XYZ 28.21 14.59 3.52 -
YUV 72.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 214 6 42 0 0.97 0.80 0.16 349.62 0.95 0.43
Hex D6 6 2A 0 61 50 10 15E 5F 2B
Octal 326 6 52 0 141 120 20 536 137 53
Binary 11010110 110 101010 0 1100001 1010000 10000 101011110 1011111 101011

Color Harmonies of #D6062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6062A

Black with #D6062A

Text Example


Text Example

White with #D6062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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