Html Css Color HEX #ED3301 Scarlet

📋 copy color: '#ED3301'

red 237 ◦ green 51 ◦ blue 1

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

Shades of Scarlet #ED3301

Tints of Scarlet #ED3301

RGB

 RED value IS 237 (92.97% from 255) = 82.01%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 82.01%
G = 17.65%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED3301 (or 0xED3301) is known color: Scarlet. HEX triplet: ED, 33 and 01. RGB value is (237,51,1). Sum of RGB (Red+Green+Blue) = 237+51+1=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3301 is #12CCFE. Grayscale: #656565. Windows color (decimal): -1232127 or 78829. OLE color: 78829.

HSL color Cylindrical-coordinate representation of color #ED3301: hue angle of 12.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED3301 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 1 -
CMYK 0 0.78 1.00 0.07
HSL 12.71º 0.99% 0.47% -
HSV(B) 12.71º 1% 0.93% -
XYZ 36.11 20.37 2.06 -
YUV 100.91 71.62 225.07 -
System Red Green Blue C M Y K H S L
Decimal 237 51 1 0 0.78 1.00 0.07 12.71 0.99 0.47
Hex ED 33 1 0 4E 64 7 D 63 2F
Octal 355 63 1 0 116 144 7 15 143 57
Binary 11101101 110011 1 0 1001110 1100100 111 1101 1100011 101111

Color Harmonies of #ED3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3301

Black with #ED3301

Text Example


Text Example

White with #ED3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3301; }

 p { color: rgb(237,51,1); }

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

background-color css

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

 a { background-color: rgb(237,51,1); }

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

border-color css

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

 span { border-color: rgb(237,51,1); }

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