Html Css Color HEX #EB200C Scarlet

📋 copy color: '#EB200C'

red 235 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #EB200C

Tints of Scarlet #EB200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 84.23%
G = 11.47%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB200C (or 0xEB200C) is known color: Scarlet. HEX triplet: EB, 20 and 0C. RGB value is (235,32,12). Sum of RGB (Red+Green+Blue) = 235+32+12=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB200C is #14DFF3. Grayscale: #5A5A5A. Windows color (decimal): -1368052 or 794859. OLE color: 794859.

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

Color convert

RGB 235 32 12 -
CMYK 0 0.86 0.95 0.08
HSL 5.38º 0.9% 0.48% -
HSV(B) 5.38º 0.95% 0.92% -
XYZ 34.84 18.72 2.13 -
YUV 90.42 83.75 231.13 -
System Red Green Blue C M Y K H S L
Decimal 235 32 12 0 0.86 0.95 0.08 5.38 0.9 0.48
Hex EB 20 C 0 56 5F 8 5 5A 30
Octal 353 40 14 0 126 137 10 5 132 60
Binary 11101011 100000 1100 0 1010110 1011111 1000 101 1011010 110000

Color Harmonies of #EB200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB200C

Black with #EB200C

Text Example


Text Example

White with #EB200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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