Html Css Color HEX #ED210F Scarlet

📋 copy color: '#ED210F'

red 237 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #ED210F

Tints of Scarlet #ED210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 83.16%
G = 11.58%
B = 5.26%

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

#ED210F (or 0xED210F) is known color: Scarlet. HEX triplet: ED, 21 and 0F. RGB value is (237,33,15). Sum of RGB (Red+Green+Blue) = 237+33+15=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED210F is #12DEF0. Grayscale: #5C5C5C. Windows color (decimal): -1236721 or 991725. OLE color: 991725.

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

Color convert

RGB 237 33 15 -
CMYK 0 0.86 0.94 0.07
HSL 4.86º 0.88% 0.49% -
HSV(B) 4.86º 0.94% 0.93% -
XYZ 35.56 19.13 2.27 -
YUV 91.94 84.59 231.46 -
System Red Green Blue C M Y K H S L
Decimal 237 33 15 0 0.86 0.94 0.07 4.86 0.88 0.49
Hex ED 21 F 0 56 5E 7 5 58 31
Octal 355 41 17 0 126 136 7 5 130 61
Binary 11101101 100001 1111 0 1010110 1011110 111 101 1011000 110001

Color Harmonies of #ED210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED210F

Black with #ED210F

Text Example


Text Example

White with #ED210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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