Html Css Color HEX #EB201E Scarlet

📋 copy color: '#EB201E'

red 235 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #EB201E

Tints of Scarlet #EB201E

RGB

 RED value IS 235 (92.19% from 255) = 79.12%

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 79.12%
G = 10.77%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB201E (or 0xEB201E) is known color: Scarlet. HEX triplet: EB, 20 and 1E. RGB value is (235,32,30). Sum of RGB (Red+Green+Blue) = 235+32+30=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB201E is #14DFE1. Grayscale: #5C5C5C. Windows color (decimal): -1368034 or 1974507. OLE color: 1974507.

HSL color Cylindrical-coordinate representation of color #EB201E: hue angle of 0.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB201E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 30 -
CMYK 0 0.86 0.87 0.08
HSL 0.59º 0.84% 0.52% -
HSV(B) 0.59º 0.87% 0.92% -
XYZ 35.01 18.79 3.01 -
YUV 92.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 235 32 30 0 0.86 0.87 0.08 0.59 0.84 0.52
Hex EB 20 1E 0 56 57 8 1 54 34
Octal 353 40 36 0 126 127 10 1 124 64
Binary 11101011 100000 11110 0 1010110 1010111 1000 1 1010100 110100

Color Harmonies of #EB201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB201E

Black with #EB201E

Text Example


Text Example

White with #EB201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB201E; }

 p { color: rgb(235,32,30); }

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

background-color css

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

 a { background-color: rgb(235,32,30); }

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

border-color css

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

 span { border-color: rgb(235,32,30); }

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