Html Css Color HEX #EB2A0A Scarlet

📋 copy color: '#EB2A0A'

red 235 ◦ green 42 ◦ blue 10

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

Shades of Scarlet #EB2A0A

Tints of Scarlet #EB2A0A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.63%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 81.88%
G = 14.63%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB2A0A (or 0xEB2A0A) is known color: Scarlet. HEX triplet: EB, 2A and 0A. RGB value is (235,42,10). Sum of RGB (Red+Green+Blue) = 235+42+10=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A0A is #14D5F5. Grayscale: #606060. Windows color (decimal): -1365494 or 666347. OLE color: 666347.

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

Color convert

RGB 235 42 10 -
CMYK 0 0.82 0.96 0.08
HSL 8.53º 0.92% 0.48% -
HSV(B) 8.53º 0.96% 0.92% -
XYZ 35.14 19.34 2.17 -
YUV 96.06 79.44 227.1 -
System Red Green Blue C M Y K H S L
Decimal 235 42 10 0 0.82 0.96 0.08 8.53 0.92 0.48
Hex EB 2A A 0 52 60 8 9 5C 30
Octal 353 52 12 0 122 140 10 11 134 60
Binary 11101011 101010 1010 0 1010010 1100000 1000 1001 1011100 110000

Color Harmonies of #EB2A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A0A

Black with #EB2A0A

Text Example


Text Example

White with #EB2A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A0A; }

 p { color: rgb(235,42,10); }

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

background-color css

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

 a { background-color: rgb(235,42,10); }

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

border-color css

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

 span { border-color: rgb(235,42,10); }

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