Html Css Color HEX #E6021D Fire Engine Red

📋 copy color: '#E6021D'

red 230 ◦ green 2 ◦ blue 29

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

Shades of Fire Engine Red #E6021D

Tints of Fire Engine Red #E6021D

RGB

 RED value IS 230 (90.23% from 255) = 88.12%

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 88.12%
G = 0.77%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6021D (or 0xE6021D) is known color: Fire Engine Red. HEX triplet: E6, 02 and 1D. RGB value is (230,2,29). Sum of RGB (Red+Green+Blue) = 230+2+29=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E6021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6021D is #19FDE2. Grayscale: #494949. Windows color (decimal): -1703395 or 1901286. OLE color: 1901286.

HSL color Cylindrical-coordinate representation of color #E6021D: hue angle of 352.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 29 -
CMYK 0 0.99 0.87 0.10
HSL 352.89º 0.98% 0.45% -
HSV(B) 352.89º 0.99% 0.9% -
XYZ 32.88 16.96 2.7 -
YUV 73.25 103.04 239.8 -
System Red Green Blue C M Y K H S L
Decimal 230 2 29 0 0.99 0.87 0.10 352.89 0.98 0.45
Hex E6 2 1D 0 63 57 A 161 62 2D
Octal 346 2 35 0 143 127 12 541 142 55
Binary 11100110 10 11101 0 1100011 1010111 1010 101100001 1100010 101101

Color Harmonies of #E6021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6021D

Black with #E6021D

Text Example


Text Example

White with #E6021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6021D; }

 p { color: rgb(230,2,29); }

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

background-color css

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

 a { background-color: rgb(230,2,29); }

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

border-color css

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

 span { border-color: rgb(230,2,29); }

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