Html Css Color HEX #E62A04 Scarlet

📋 copy color: '#E62A04'

red 230 ◦ green 42 ◦ blue 4

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

Shades of Scarlet #E62A04

Tints of Scarlet #E62A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 83.33%
G = 15.22%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E62A04 (or 0xE62A04) is known color: Scarlet. HEX triplet: E6, 2A and 04. RGB value is (230,42,4). Sum of RGB (Red+Green+Blue) = 230+42+4=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62A04 is #19D5FB. Grayscale: #5E5E5E. Windows color (decimal): -1693180 or 273126. OLE color: 273126.

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

Color convert

RGB 230 42 4 -
CMYK 0 0.82 0.98 0.10
HSL 10.09º 0.97% 0.46% -
HSV(B) 10.09º 0.98% 0.9% -
XYZ 33.48 18.49 1.92 -
YUV 93.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 230 42 4 0 0.82 0.98 0.10 10.09 0.97 0.46
Hex E6 2A 4 0 52 62 A A 61 2E
Octal 346 52 4 0 122 142 12 12 141 56
Binary 11100110 101010 100 0 1010010 1100010 1010 1010 1100001 101110

Color Harmonies of #E62A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A04

Black with #E62A04

Text Example


Text Example

White with #E62A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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