Html Css Color HEX #ED320C Scarlet

📋 copy color: '#ED320C'

red 237 ◦ green 50 ◦ blue 12

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

Shades of Scarlet #ED320C

Tints of Scarlet #ED320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 79.26%
G = 16.72%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED320C (or 0xED320C) is known color: Scarlet. HEX triplet: ED, 32 and 0C. RGB value is (237,50,12). Sum of RGB (Red+Green+Blue) = 237+50+12=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED320C is #12CDF3. Grayscale: #656565. Windows color (decimal): -1232372 or 799469. OLE color: 799469.

HSL color Cylindrical-coordinate representation of color #ED320C: hue angle of 10.13º 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 #ED320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 12 -
CMYK 0 0.79 0.95 0.07
HSL 10.13º 0.9% 0.49% -
HSV(B) 10.13º 0.95% 0.93% -
XYZ 36.13 20.31 2.36 -
YUV 101.58 77.45 224.59 -
System Red Green Blue C M Y K H S L
Decimal 237 50 12 0 0.79 0.95 0.07 10.13 0.9 0.49
Hex ED 32 C 0 4F 5F 7 A 5A 31
Octal 355 62 14 0 117 137 7 12 132 61
Binary 11101101 110010 1100 0 1001111 1011111 111 1010 1011010 110001

Color Harmonies of #ED320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED320C

Black with #ED320C

Text Example


Text Example

White with #ED320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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