Html Css Color HEX #ED210E Scarlet

📋 copy color: '#ED210E'

red 237 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #ED210E

Tints of Scarlet #ED210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 83.45%
G = 11.62%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED210E (or 0xED210E) is known color: Scarlet. HEX triplet: ED, 21 and 0E. RGB value is (237,33,14). Sum of RGB (Red+Green+Blue) = 237+33+14=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210E is #12DEF1. Grayscale: #5C5C5C. Windows color (decimal): -1236722 or 926189. OLE color: 926189.

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

Color convert

RGB 237 33 14 -
CMYK 0 0.86 0.94 0.07
HSL 5.11º 0.89% 0.49% -
HSV(B) 5.11º 0.94% 0.93% -
XYZ 35.55 19.12 2.23 -
YUV 91.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 237 33 14 0 0.86 0.94 0.07 5.11 0.89 0.49
Hex ED 21 E 0 56 5E 7 5 59 31
Octal 355 41 16 0 126 136 7 5 131 61
Binary 11101101 100001 1110 0 1010110 1011110 111 101 1011001 110001

Color Harmonies of #ED210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED210E

Black with #ED210E

Text Example


Text Example

White with #ED210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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