Html Css Color HEX #EB2605 Scarlet

📋 copy color: '#EB2605'

red 235 ◦ green 38 ◦ blue 5

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

Shades of Scarlet #EB2605

Tints of Scarlet #EB2605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 84.53%
G = 13.67%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB2605 (or 0xEB2605) is known color: Scarlet. HEX triplet: EB, 26 and 05. RGB value is (235,38,5). Sum of RGB (Red+Green+Blue) = 235+38+5=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2605 is #14D9FA. Grayscale: #5D5D5D. Windows color (decimal): -1366523 or 337643. OLE color: 337643.

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

Color convert

RGB 235 38 5 -
CMYK 0 0.84 0.98 0.08
HSL 8.61º 0.96% 0.47% -
HSV(B) 8.61º 0.98% 0.92% -
XYZ 34.98 19.06 1.98 -
YUV 93.14 78.27 229.18 -
System Red Green Blue C M Y K H S L
Decimal 235 38 5 0 0.84 0.98 0.08 8.61 0.96 0.47
Hex EB 26 5 0 54 62 8 9 60 2F
Octal 353 46 5 0 124 142 10 11 140 57
Binary 11101011 100110 101 0 1010100 1100010 1000 1001 1100000 101111

Color Harmonies of #EB2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2605

Black with #EB2605

Text Example


Text Example

White with #EB2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2605; }

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

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

background-color css

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

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

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

border-color css

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

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

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