Html Css Color HEX #EB3400 Scarlet

📋 copy color: '#EB3400'

red 235 ◦ green 52 ◦ blue 0

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

Shades of Scarlet #EB3400

Tints of Scarlet #EB3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.88%
G = 18.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB3400 (or 0xEB3400) is known color: Scarlet. HEX triplet: EB, 34 and 00. RGB value is (235,52,0). Sum of RGB (Red+Green+Blue) = 235+52+0=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3400 is #14CBFF. Grayscale: #656565. Windows color (decimal): -1362944 or 13547. OLE color: 13547.

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

Color convert

RGB 235 52 0 -
CMYK 0 0.78 1 0.08
HSL 13.28º 1% 0.46% -
HSV(B) 13.28º 1% 0.92% -
XYZ 35.49 20.12 2.01 -
YUV 100.79 71.13 223.73 -
System Red Green Blue C M Y K H S L
Decimal 235 52 0 0 0.78 1 0.08 13.28 1 0.46
Hex EB 34 0 0 4E 64 8 D 64 2E
Octal 353 64 0 0 116 144 10 15 144 56
Binary 11101011 110100 0 0 1001110 1100100 1000 1101 1100100 101110

Color Harmonies of #EB3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3400

Black with #EB3400

Text Example


Text Example

White with #EB3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3400; }

 p { color: rgb(235,52,0); }

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

background-color css

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

 a { background-color: rgb(235,52,0); }

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

border-color css

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

 span { border-color: rgb(235,52,0); }

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