Html Css Color HEX #EB330A Scarlet

📋 copy color: '#EB330A'

red 235 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #EB330A

Tints of Scarlet #EB330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 79.39%
G = 17.23%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB330A (or 0xEB330A) is known color: Scarlet. HEX triplet: EB, 33 and 0A. RGB value is (235,51,10). Sum of RGB (Red+Green+Blue) = 235+51+10=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB330A is #14CCF5. Grayscale: #656565. Windows color (decimal): -1363190 or 668651. OLE color: 668651.

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

Color convert

RGB 235 51 10 -
CMYK 0 0.78 0.96 0.08
HSL 10.93º 0.92% 0.48% -
HSV(B) 10.93º 0.96% 0.92% -
XYZ 35.5 20.05 2.29 -
YUV 101.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 235 51 10 0 0.78 0.96 0.08 10.93 0.92 0.48
Hex EB 33 A 0 4E 60 8 B 5C 30
Octal 353 63 12 0 116 140 10 13 134 60
Binary 11101011 110011 1010 0 1001110 1100000 1000 1011 1011100 110000

Color Harmonies of #EB330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB330A

Black with #EB330A

Text Example


Text Example

White with #EB330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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