Html Css Color HEX #EB260C Scarlet

📋 copy color: '#EB260C'

red 235 ◦ green 38 ◦ blue 12

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

Shades of Scarlet #EB260C

Tints of Scarlet #EB260C

RGB

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

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

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

R = 82.46%
G = 13.33%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB260C (or 0xEB260C) is known color: Scarlet. HEX triplet: EB, 26 and 0C. RGB value is (235,38,12). Sum of RGB (Red+Green+Blue) = 235+38+12=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB260C is #14D9F3. Grayscale: #5E5E5E. Windows color (decimal): -1366516 or 796395. OLE color: 796395.

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

Color convert

RGB 235 38 12 -
CMYK 0 0.84 0.95 0.08
HSL 0.9% 0.48% -
HSV(B) 0.95% 0.92% -
XYZ 35.02 19.07 2.18 -
YUV 93.94 81.77 228.61 -
System Red Green Blue C M Y K H S L
Decimal 235 38 12 0 0.84 0.95 0.08 7 0.9 0.48
Hex EB 26 C 0 54 5F 8 7 5A 30
Octal 353 46 14 0 124 137 10 7 132 60
Binary 11101011 100110 1100 0 1010100 1011111 1000 111 1011010 110000

Color Harmonies of #EB260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB260C

Black with #EB260C

Text Example


Text Example

White with #EB260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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