Html Css Color HEX #EB330C Scarlet

📋 copy color: '#EB330C'

red 235 ◦ green 51 ◦ blue 12

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

Shades of Scarlet #EB330C

Tints of Scarlet #EB330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 78.86%
G = 17.11%
B = 4.03%

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

#EB330C (or 0xEB330C) is known color: Scarlet. HEX triplet: EB, 33 and 0C. RGB value is (235,51,12). Sum of RGB (Red+Green+Blue) = 235+51+12=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB330C is #14CCF3. Grayscale: #656565. Windows color (decimal): -1363188 or 799723. OLE color: 799723.

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

Color convert

RGB 235 51 12 -
CMYK 0 0.78 0.95 0.08
HSL 10.49º 0.9% 0.48% -
HSV(B) 10.49º 0.95% 0.92% -
XYZ 35.51 20.06 2.35 -
YUV 101.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 235 51 12 0 0.78 0.95 0.08 10.49 0.9 0.48
Hex EB 33 C 0 4E 5F 8 A 5A 30
Octal 353 63 14 0 116 137 10 12 132 60
Binary 11101011 110011 1100 0 1001110 1011111 1000 1010 1011010 110000

Color Harmonies of #EB330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB330C

Black with #EB330C

Text Example


Text Example

White with #EB330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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