Html Css Color HEX #EB330B Scarlet

📋 copy color: '#EB330B'

red 235 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #EB330B

Tints of Scarlet #EB330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 79.12%
G = 17.17%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB330B (or 0xEB330B) is known color: Scarlet. HEX triplet: EB, 33 and 0B. RGB value is (235,51,11). Sum of RGB (Red+Green+Blue) = 235+51+11=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB330B is #14CCF4. Grayscale: #656565. Windows color (decimal): -1363189 or 734187. OLE color: 734187.

HSL color Cylindrical-coordinate representation of color #EB330B: hue angle of 10.71º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB330B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 51 11 -
CMYK 0 0.78 0.95 0.08
HSL 10.71º 0.91% 0.48% -
HSV(B) 10.71º 0.95% 0.92% -
XYZ 35.51 20.05 2.32 -
YUV 101.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 235 51 11 0 0.78 0.95 0.08 10.71 0.91 0.48
Hex EB 33 B 0 4E 5F 8 B 5B 30
Octal 353 63 13 0 116 137 10 13 133 60
Binary 11101011 110011 1011 0 1001110 1011111 1000 1011 1011011 110000

Color Harmonies of #EB330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB330B

Black with #EB330B

Text Example


Text Example

White with #EB330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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