Html Css Color HEX #EB260D Scarlet

📋 copy color: '#EB260D'

red 235 ◦ green 38 ◦ blue 13

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

Shades of Scarlet #EB260D

Tints of Scarlet #EB260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 82.17%
G = 13.29%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB260D (or 0xEB260D) is known color: Scarlet. HEX triplet: EB, 26 and 0D. RGB value is (235,38,13). Sum of RGB (Red+Green+Blue) = 235+38+13=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB260D is #14D9F2. Grayscale: #5E5E5E. Windows color (decimal): -1366515 or 861931. OLE color: 861931.

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

Color convert

RGB 235 38 13 -
CMYK 0 0.84 0.94 0.08
HSL 6.76º 0.9% 0.49% -
HSV(B) 6.76º 0.94% 0.92% -
XYZ 35.03 19.08 2.22 -
YUV 94.05 82.27 228.53 -
System Red Green Blue C M Y K H S L
Decimal 235 38 13 0 0.84 0.94 0.08 6.76 0.9 0.49
Hex EB 26 D 0 54 5E 8 7 5A 31
Octal 353 46 15 0 124 136 10 7 132 61
Binary 11101011 100110 1101 0 1010100 1011110 1000 111 1011010 110001

Color Harmonies of #EB260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB260D

Black with #EB260D

Text Example


Text Example

White with #EB260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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