Html Css Color HEX #E62202 Scarlet

📋 copy color: '#E62202'

red 230 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #E62202

Tints of Scarlet #E62202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 86.47%
G = 12.78%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E62202 (or 0xE62202) is known color: Scarlet. HEX triplet: E6, 22 and 02. RGB value is (230,34,2). Sum of RGB (Red+Green+Blue) = 230+34+2=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E62202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62202 is #19DDFD. Grayscale: #595959. Windows color (decimal): -1695230 or 140006. OLE color: 140006.

HSL color Cylindrical-coordinate representation of color #E62202: hue angle of 8.42º 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 #E62202 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 2 -
CMYK 0 0.85 0.99 0.10
HSL 8.42º 0.98% 0.45% -
HSV(B) 8.42º 0.99% 0.9% -
XYZ 33.22 17.97 1.78 -
YUV 88.96 78.93 228.6 -
System Red Green Blue C M Y K H S L
Decimal 230 34 2 0 0.85 0.99 0.10 8.42 0.98 0.45
Hex E6 22 2 0 55 63 A 8 62 2D
Octal 346 42 2 0 125 143 12 10 142 55
Binary 11100110 100010 10 0 1010101 1100011 1010 1000 1100010 101101

Color Harmonies of #E62202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62202

Black with #E62202

Text Example


Text Example

White with #E62202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62202; }

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

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

background-color css

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

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

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

border-color css

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

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

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