Html Css Color HEX #EB2C00 Scarlet

📋 copy color: '#EB2C00'

red 235 ◦ green 44 ◦ blue 0

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

Shades of Scarlet #EB2C00

Tints of Scarlet #EB2C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

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

R = 84.23%
G = 15.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB2C00 (or 0xEB2C00) is known color: Scarlet. HEX triplet: EB, 2C and 00. RGB value is (235,44,0). Sum of RGB (Red+Green+Blue) = 235+44+0=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C00 is #14D3FF. Grayscale: #606060. Windows color (decimal): -1364992 or 11499. OLE color: 11499.

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

Color convert

RGB 235 44 0 -
CMYK 0 0.81 1 0.08
HSL 11.23º 1% 0.46% -
HSV(B) 11.23º 1% 0.92% -
XYZ 35.16 19.46 1.9 -
YUV 96.09 73.78 227.08 -
System Red Green Blue C M Y K H S L
Decimal 235 44 0 0 0.81 1 0.08 11.23 1 0.46
Hex EB 2C 0 0 51 64 8 B 64 2E
Octal 353 54 0 0 121 144 10 13 144 56
Binary 11101011 101100 0 0 1010001 1100100 1000 1011 1100100 101110

Color Harmonies of #EB2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C00

Black with #EB2C00

Text Example


Text Example

White with #EB2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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