Html Css Color HEX #E63006 Scarlet

📋 copy color: '#E63006'

red 230 ◦ green 48 ◦ blue 6

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

Shades of Scarlet #E63006

Tints of Scarlet #E63006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 80.99%
G = 16.9%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E63006 (or 0xE63006) is known color: Scarlet. HEX triplet: E6, 30 and 06. RGB value is (230,48,6). Sum of RGB (Red+Green+Blue) = 230+48+6=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E63006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63006 is #19CFF9. Grayscale: #616161. Windows color (decimal): -1691642 or 405734. OLE color: 405734.

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

Color convert

RGB 230 48 6 -
CMYK 0 0.79 0.97 0.10
HSL 11.25º 0.95% 0.46% -
HSV(B) 11.25º 0.97% 0.9% -
XYZ 33.72 18.95 2.05 -
YUV 97.63 76.3 222.42 -
System Red Green Blue C M Y K H S L
Decimal 230 48 6 0 0.79 0.97 0.10 11.25 0.95 0.46
Hex E6 30 6 0 4F 61 A B 5F 2E
Octal 346 60 6 0 117 141 12 13 137 56
Binary 11100110 110000 110 0 1001111 1100001 1010 1011 1011111 101110

Color Harmonies of #E63006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63006

Black with #E63006

Text Example


Text Example

White with #E63006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63006; }

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

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

background-color css

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

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

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

border-color css

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

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

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