Html Css Color HEX #EB1602 Scarlet

📋 copy color: '#EB1602'

red 235 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #EB1602

Tints of Scarlet #EB1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 90.73%
G = 8.49%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB1602 (or 0xEB1602) is known color: Scarlet. HEX triplet: EB, 16 and 02. RGB value is (235,22,2). Sum of RGB (Red+Green+Blue) = 235+22+2=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1602 is #14E9FD. Grayscale: #535353. Windows color (decimal): -1370622 or 136939. OLE color: 136939.

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

Color convert

RGB 235 22 2 -
CMYK 0 0.91 0.99 0.08
HSL 5.15º 0.98% 0.46% -
HSV(B) 5.15º 0.99% 0.92% -
XYZ 34.56 18.24 1.76 -
YUV 83.41 82.07 236.13 -
System Red Green Blue C M Y K H S L
Decimal 235 22 2 0 0.91 0.99 0.08 5.15 0.98 0.46
Hex EB 16 2 0 5B 63 8 5 62 2E
Octal 353 26 2 0 133 143 10 5 142 56
Binary 11101011 10110 10 0 1011011 1100011 1000 101 1100010 101110

Color Harmonies of #EB1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1602

Black with #EB1602

Text Example


Text Example

White with #EB1602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1602; }

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

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

background-color css

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

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

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

border-color css

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

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

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