Html Css Color HEX #EB2602 Scarlet

📋 copy color: '#EB2602'

red 235 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #EB2602

Tints of Scarlet #EB2602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 85.45%
G = 13.82%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2602 (or 0xEB2602) is known color: Scarlet. HEX triplet: EB, 26 and 02. RGB value is (235,38,2). Sum of RGB (Red+Green+Blue) = 235+38+2=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2602 is #14D9FD. Grayscale: #5D5D5D. Windows color (decimal): -1366526 or 141035. OLE color: 141035.

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

Color convert

RGB 235 38 2 -
CMYK 0 0.84 0.99 0.08
HSL 9.27º 0.98% 0.46% -
HSV(B) 9.27º 0.99% 0.92% -
XYZ 34.97 19.05 1.89 -
YUV 92.8 76.77 229.43 -
System Red Green Blue C M Y K H S L
Decimal 235 38 2 0 0.84 0.99 0.08 9.27 0.98 0.46
Hex EB 26 2 0 54 63 8 9 62 2E
Octal 353 46 2 0 124 143 10 11 142 56
Binary 11101011 100110 10 0 1010100 1100011 1000 1001 1100010 101110

Color Harmonies of #EB2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2602

Black with #EB2602

Text Example


Text Example

White with #EB2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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