Html Css Color HEX #EB260A Scarlet

📋 copy color: '#EB260A'

red 235 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #EB260A

Tints of Scarlet #EB260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 83.04%
G = 13.43%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB260A (or 0xEB260A) is known color: Scarlet. HEX triplet: EB, 26 and 0A. RGB value is (235,38,10). Sum of RGB (Red+Green+Blue) = 235+38+10=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB260A is #14D9F5. Grayscale: #5E5E5E. Windows color (decimal): -1366518 or 665323. OLE color: 665323.

HSL color Cylindrical-coordinate representation of color #EB260A: hue angle of 7.47º 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 #EB260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 10 -
CMYK 0 0.84 0.96 0.08
HSL 7.47º 0.92% 0.48% -
HSV(B) 7.47º 0.96% 0.92% -
XYZ 35.01 19.07 2.12 -
YUV 93.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 235 38 10 0 0.84 0.96 0.08 7.47 0.92 0.48
Hex EB 26 A 0 54 60 8 7 5C 30
Octal 353 46 12 0 124 140 10 7 134 60
Binary 11101011 100110 1010 0 1010100 1100000 1000 111 1011100 110000

Color Harmonies of #EB260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB260A

Black with #EB260A

Text Example


Text Example

White with #EB260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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