Html Css Color HEX #E62302 Scarlet

📋 copy color: '#E62302'

red 230 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #E62302

Tints of Scarlet #E62302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

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

R = 86.14%
G = 13.11%
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

#E62302 (or 0xE62302) is known color: Scarlet. HEX triplet: E6, 23 and 02. RGB value is (230,35,2). Sum of RGB (Red+Green+Blue) = 230+35+2=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E62302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62302 is #19DCFD. Grayscale: #595959. Windows color (decimal): -1694974 or 140262. OLE color: 140262.

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

Color convert

RGB 230 35 2 -
CMYK 0 0.85 0.99 0.10
HSL 8.68º 0.98% 0.45% -
HSV(B) 8.68º 0.99% 0.9% -
XYZ 33.25 18.03 1.79 -
YUV 89.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 230 35 2 0 0.85 0.99 0.10 8.68 0.98 0.45
Hex E6 23 2 0 55 63 A 9 62 2D
Octal 346 43 2 0 125 143 12 11 142 55
Binary 11100110 100011 10 0 1010101 1100011 1010 1001 1100010 101101

Color Harmonies of #E62302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62302

Black with #E62302

Text Example


Text Example

White with #E62302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62302; }

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

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

background-color css

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

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

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

border-color css

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

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

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