Html Css Color HEX #EB2603 Scarlet

📋 copy color: '#EB2603'

red 235 ◦ green 38 ◦ blue 3

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

Shades of Scarlet #EB2603

Tints of Scarlet #EB2603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 85.14%
G = 13.77%
B = 1.09%

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

#EB2603 (or 0xEB2603) is known color: Scarlet. HEX triplet: EB, 26 and 03. RGB value is (235,38,3). Sum of RGB (Red+Green+Blue) = 235+38+3=276 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.14% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2603 is #14D9FC. Grayscale: #5D5D5D. Windows color (decimal): -1366525 or 206571. OLE color: 206571.

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

Color convert

RGB 235 38 3 -
CMYK 0 0.84 0.99 0.08
HSL 9.05º 0.97% 0.47% -
HSV(B) 9.05º 0.99% 0.92% -
XYZ 34.97 19.05 1.92 -
YUV 92.91 77.27 229.35 -
System Red Green Blue C M Y K H S L
Decimal 235 38 3 0 0.84 0.99 0.08 9.05 0.97 0.47
Hex EB 26 3 0 54 63 8 9 61 2F
Octal 353 46 3 0 124 143 10 11 141 57
Binary 11101011 100110 11 0 1010100 1100011 1000 1001 1100001 101111

Color Harmonies of #EB2603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2603

Black with #EB2603

Text Example


Text Example

White with #EB2603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2603; }

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

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

background-color css

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

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

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

border-color css

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

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

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