Html Css Color HEX #E62C06 Scarlet

📋 copy color: '#E62C06'

red 230 ◦ green 44 ◦ blue 6

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

Shades of Scarlet #E62C06

Tints of Scarlet #E62C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 82.14%
G = 15.71%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E62C06 (or 0xE62C06) is known color: Scarlet. HEX triplet: E6, 2C and 06. RGB value is (230,44,6). Sum of RGB (Red+Green+Blue) = 230+44+6=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62C06 is #19D3F9. Grayscale: #5F5F5F. Windows color (decimal): -1692666 or 404710. OLE color: 404710.

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

Color convert

RGB 230 44 6 -
CMYK 0 0.81 0.97 0.10
HSL 10.18º 0.95% 0.46% -
HSV(B) 10.18º 0.97% 0.9% -
XYZ 33.57 18.64 2 -
YUV 95.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 230 44 6 0 0.81 0.97 0.10 10.18 0.95 0.46
Hex E6 2C 6 0 51 61 A A 5F 2E
Octal 346 54 6 0 121 141 12 12 137 56
Binary 11100110 101100 110 0 1010001 1100001 1010 1010 1011111 101110

Color Harmonies of #E62C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62C06

Black with #E62C06

Text Example


Text Example

White with #E62C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62C06; }

 p { color: rgb(230,44,6); }

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

background-color css

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

 a { background-color: rgb(230,44,6); }

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

border-color css

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

 span { border-color: rgb(230,44,6); }

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