Html Css Color HEX #ED320A Scarlet

📋 copy color: '#ED320A'

red 237 ◦ green 50 ◦ blue 10

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

Shades of Scarlet #ED320A

Tints of Scarlet #ED320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 79.8%
G = 16.84%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED320A (or 0xED320A) is known color: Scarlet. HEX triplet: ED, 32 and 0A. RGB value is (237,50,10). Sum of RGB (Red+Green+Blue) = 237+50+10=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED320A is #12CDF5. Grayscale: #656565. Windows color (decimal): -1232374 or 668397. OLE color: 668397.

HSL color Cylindrical-coordinate representation of color #ED320A: hue angle of 10.57º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED320A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 10 -
CMYK 0 0.79 0.96 0.07
HSL 10.57º 0.92% 0.48% -
HSV(B) 10.57º 0.96% 0.93% -
XYZ 36.12 20.31 2.3 -
YUV 101.35 76.45 224.75 -
System Red Green Blue C M Y K H S L
Decimal 237 50 10 0 0.79 0.96 0.07 10.57 0.92 0.48
Hex ED 32 A 0 4F 60 7 B 5C 30
Octal 355 62 12 0 117 140 7 13 134 60
Binary 11101101 110010 1010 0 1001111 1100000 111 1011 1011100 110000

Color Harmonies of #ED320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED320A

Black with #ED320A

Text Example


Text Example

White with #ED320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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