Html Css Color HEX #E63201 Scarlet

📋 copy color: '#E63201'

red 230 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #E63201

Tints of Scarlet #E63201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 81.85%
G = 17.79%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E63201 (or 0xE63201) is known color: Scarlet. HEX triplet: E6, 32 and 01. RGB value is (230,50,1). Sum of RGB (Red+Green+Blue) = 230+50+1=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E63201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63201 is #19CDFE. Grayscale: #626262. Windows color (decimal): -1691135 or 78566. OLE color: 78566.

HSL color Cylindrical-coordinate representation of color #E63201: hue angle of 12.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63201 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 1 -
CMYK 0 0.78 1.00 0.10
HSL 12.84º 0.99% 0.45% -
HSV(B) 12.84º 1% 0.9% -
XYZ 33.78 19.11 1.94 -
YUV 98.23 73.13 221.98 -
System Red Green Blue C M Y K H S L
Decimal 230 50 1 0 0.78 1.00 0.10 12.84 0.99 0.45
Hex E6 32 1 0 4E 64 A D 63 2D
Octal 346 62 1 0 116 144 12 15 143 55
Binary 11100110 110010 1 0 1001110 1100100 1010 1101 1100011 101101

Color Harmonies of #E63201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63201

Black with #E63201

Text Example


Text Example

White with #E63201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63201; }

 p { color: rgb(230,50,1); }

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

background-color css

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

 a { background-color: rgb(230,50,1); }

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

border-color css

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

 span { border-color: rgb(230,50,1); }

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