Html Css Color HEX #EB3302 Scarlet

📋 copy color: '#EB3302'

red 235 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #EB3302

Tints of Scarlet #EB3302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 81.6%
G = 17.71%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB3302 (or 0xEB3302) is known color: Scarlet. HEX triplet: EB, 33 and 02. RGB value is (235,51,2). Sum of RGB (Red+Green+Blue) = 235+51+2=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3302 is #14CCFD. Grayscale: #646464. Windows color (decimal): -1363198 or 144363. OLE color: 144363.

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

Color convert

RGB 235 51 2 -
CMYK 0 0.78 0.99 0.08
HSL 12.62º 0.98% 0.46% -
HSV(B) 12.62º 0.99% 0.92% -
XYZ 35.46 20.03 2.06 -
YUV 100.43 72.46 223.98 -
System Red Green Blue C M Y K H S L
Decimal 235 51 2 0 0.78 0.99 0.08 12.62 0.98 0.46
Hex EB 33 2 0 4E 63 8 D 62 2E
Octal 353 63 2 0 116 143 10 15 142 56
Binary 11101011 110011 10 0 1001110 1100011 1000 1101 1100010 101110

Color Harmonies of #EB3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3302

Black with #EB3302

Text Example


Text Example

White with #EB3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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