Html Css Color HEX #E62A02 Scarlet

📋 copy color: '#E62A02'

red 230 ◦ green 42 ◦ blue 2

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

Shades of Scarlet #E62A02

Tints of Scarlet #E62A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

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

R = 83.94%
G = 15.33%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E62A02 (or 0xE62A02) is known color: Scarlet. HEX triplet: E6, 2A and 02. RGB value is (230,42,2). Sum of RGB (Red+Green+Blue) = 230+42+2=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A02 is #19D5FD. Grayscale: #5E5E5E. Windows color (decimal): -1693182 or 142054. OLE color: 142054.

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

Color convert

RGB 230 42 2 -
CMYK 0 0.82 0.99 0.10
HSL 10.53º 0.98% 0.45% -
HSV(B) 10.53º 0.99% 0.9% -
XYZ 33.47 18.48 1.86 -
YUV 93.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 230 42 2 0 0.82 0.99 0.10 10.53 0.98 0.45
Hex E6 2A 2 0 52 63 A B 62 2D
Octal 346 52 2 0 122 143 12 13 142 55
Binary 11100110 101010 10 0 1010010 1100011 1010 1011 1100010 101101

Color Harmonies of #E62A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A02

Black with #E62A02

Text Example


Text Example

White with #E62A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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