Html Css Color HEX #E31702 Scarlet

📋 copy color: '#E31702'

red 227 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #E31702

Tints of Scarlet #E31702

RGB

 RED value IS 227 (89.06% from 255) = 90.08%

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 90.08%
G = 9.13%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E31702 (or 0xE31702) is known color: Scarlet. HEX triplet: E3, 17 and 02. RGB value is (227,23,2). Sum of RGB (Red+Green+Blue) = 227+23+2=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E31702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31702 is #1CE8FD. Grayscale: #515151. Windows color (decimal): -1894654 or 137187. OLE color: 137187.

HSL color Cylindrical-coordinate representation of color #E31702: hue angle of 5.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E31702 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 23 2 -
CMYK 0 0.90 0.99 0.11
HSL 5.6º 0.98% 0.45% -
HSV(B) 5.6º 0.99% 0.89% -
XYZ 32 16.95 1.64 -
YUV 81.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 227 23 2 0 0.90 0.99 0.11 5.6 0.98 0.45
Hex E3 17 2 0 5A 63 B 6 62 2D
Octal 343 27 2 0 132 143 13 6 142 55
Binary 11100011 10111 10 0 1011010 1100011 1011 110 1100010 101101

Color Harmonies of #E31702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31702

Black with #E31702

Text Example


Text Example

White with #E31702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31702; }

 p { color: rgb(227,23,2); }

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

background-color css

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

 a { background-color: rgb(227,23,2); }

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

border-color css

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

 span { border-color: rgb(227,23,2); }

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