Html Css Color HEX #EB2E02 Scarlet

📋 copy color: '#EB2E02'

red 235 ◦ green 46 ◦ blue 2

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

Shades of Scarlet #EB2E02

Tints of Scarlet #EB2E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 83.04%
G = 16.25%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2E02 (or 0xEB2E02) is known color: Scarlet. HEX triplet: EB, 2E and 02. RGB value is (235,46,2). Sum of RGB (Red+Green+Blue) = 235+46+2=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E02 is #14D1FD. Grayscale: #616161. Windows color (decimal): -1364478 or 143083. OLE color: 143083.

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

Color convert

RGB 235 46 2 -
CMYK 0 0.80 0.99 0.08
HSL 11.33º 0.98% 0.46% -
HSV(B) 11.33º 0.99% 0.92% -
XYZ 35.25 19.62 1.99 -
YUV 97.5 74.12 226.08 -
System Red Green Blue C M Y K H S L
Decimal 235 46 2 0 0.80 0.99 0.08 11.33 0.98 0.46
Hex EB 2E 2 0 50 63 8 B 62 2E
Octal 353 56 2 0 120 143 10 13 142 56
Binary 11101011 101110 10 0 1010000 1100011 1000 1011 1100010 101110

Color Harmonies of #EB2E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E02

Black with #EB2E02

Text Example


Text Example

White with #EB2E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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