Html Css Color HEX #ED350C Scarlet

📋 copy color: '#ED350C'

red 237 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #ED350C

Tints of Scarlet #ED350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 78.48%
G = 17.55%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED350C (or 0xED350C) is known color: Scarlet. HEX triplet: ED, 35 and 0C. RGB value is (237,53,12). Sum of RGB (Red+Green+Blue) = 237+53+12=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED350C is #12CAF3. Grayscale: #676767. Windows color (decimal): -1231604 or 800237. OLE color: 800237.

HSL color Cylindrical-coordinate representation of color #ED350C: hue angle of 10.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED350C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 53 12 -
CMYK 0 0.78 0.95 0.07
HSL 10.93º 0.9% 0.49% -
HSV(B) 10.93º 0.95% 0.93% -
XYZ 36.26 20.58 2.41 -
YUV 103.34 76.46 223.33 -
System Red Green Blue C M Y K H S L
Decimal 237 53 12 0 0.78 0.95 0.07 10.93 0.9 0.49
Hex ED 35 C 0 4E 5F 7 B 5A 31
Octal 355 65 14 0 116 137 7 13 132 61
Binary 11101101 110101 1100 0 1001110 1011111 111 1011 1011010 110001

Color Harmonies of #ED350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED350C

Black with #ED350C

Text Example


Text Example

White with #ED350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED350C; }

 p { color: rgb(237,53,12); }

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

background-color css

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

 a { background-color: rgb(237,53,12); }

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

border-color css

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

 span { border-color: rgb(237,53,12); }

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