Html Css Color HEX #EB201D Scarlet

📋 copy color: '#EB201D'

red 235 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #EB201D

Tints of Scarlet #EB201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 79.39%
G = 10.81%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB201D (or 0xEB201D) is known color: Scarlet. HEX triplet: EB, 20 and 1D. RGB value is (235,32,29). Sum of RGB (Red+Green+Blue) = 235+32+29=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB201D is #14DFE2. Grayscale: #5C5C5C. Windows color (decimal): -1368035 or 1908971. OLE color: 1908971.

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

Color convert

RGB 235 32 29 -
CMYK 0 0.86 0.88 0.08
HSL 0.87º 0.84% 0.52% -
HSV(B) 0.87º 0.88% 0.92% -
XYZ 35 18.78 2.94 -
YUV 92.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 235 32 29 0 0.86 0.88 0.08 0.87 0.84 0.52
Hex EB 20 1D 0 56 58 8 1 54 34
Octal 353 40 35 0 126 130 10 1 124 64
Binary 11101011 100000 11101 0 1010110 1011000 1000 1 1010100 110100

Color Harmonies of #EB201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB201D

Black with #EB201D

Text Example


Text Example

White with #EB201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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