Html Css Color HEX #ED210C Scarlet

📋 copy color: '#ED210C'

red 237 ◦ green 33 ◦ blue 12

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

Shades of Scarlet #ED210C

Tints of Scarlet #ED210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 84.04%
G = 11.7%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED210C (or 0xED210C) is known color: Scarlet. HEX triplet: ED, 21 and 0C. RGB value is (237,33,12). Sum of RGB (Red+Green+Blue) = 237+33+12=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210C is #12DEF3. Grayscale: #5B5B5B. Windows color (decimal): -1236724 or 795117. OLE color: 795117.

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

Color convert

RGB 237 33 12 -
CMYK 0 0.86 0.95 0.07
HSL 5.6º 0.9% 0.49% -
HSV(B) 5.6º 0.95% 0.93% -
XYZ 35.54 19.12 2.17 -
YUV 91.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 237 33 12 0 0.86 0.95 0.07 5.6 0.9 0.49
Hex ED 21 C 0 56 5F 7 6 5A 31
Octal 355 41 14 0 126 137 7 6 132 61
Binary 11101101 100001 1100 0 1010110 1011111 111 110 1011010 110001

Color Harmonies of #ED210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED210C

Black with #ED210C

Text Example


Text Example

White with #ED210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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