Html Css Color HEX #E61402 Scarlet

📋 copy color: '#E61402'

red 230 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #E61402

Tints of Scarlet #E61402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 91.27%
G = 7.94%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E61402 (or 0xE61402) is known color: Scarlet. HEX triplet: E6, 14 and 02. RGB value is (230,20,2). Sum of RGB (Red+Green+Blue) = 230+20+2=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E61402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61402 is #19EBFD. Grayscale: #515151. Windows color (decimal): -1698814 or 136422. OLE color: 136422.

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

Color convert

RGB 230 20 2 -
CMYK 0 0.91 0.99 0.10
HSL 4.74º 0.98% 0.45% -
HSV(B) 4.74º 0.99% 0.9% -
XYZ 32.89 17.33 1.67 -
YUV 80.74 83.57 234.46 -
System Red Green Blue C M Y K H S L
Decimal 230 20 2 0 0.91 0.99 0.10 4.74 0.98 0.45
Hex E6 14 2 0 5B 63 A 5 62 2D
Octal 346 24 2 0 133 143 12 5 142 55
Binary 11100110 10100 10 0 1011011 1100011 1010 101 1100010 101101

Color Harmonies of #E61402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61402

Black with #E61402

Text Example


Text Example

White with #E61402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61402; }

 p { color: rgb(230,20,2); }

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

background-color css

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

 a { background-color: rgb(230,20,2); }

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

border-color css

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

 span { border-color: rgb(230,20,2); }

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