Html Css Color HEX #ED221E Scarlet

📋 copy color: '#ED221E'

red 237 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #ED221E

Tints of Scarlet #ED221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 78.74%
G = 11.3%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED221E (or 0xED221E) is known color: Scarlet. HEX triplet: ED, 22 and 1E. RGB value is (237,34,30). Sum of RGB (Red+Green+Blue) = 237+34+30=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED221E is #12DDE1. Grayscale: #5E5E5E. Windows color (decimal): -1236450 or 1975021. OLE color: 1975021.

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

Color convert

RGB 237 34 30 -
CMYK 0 0.86 0.87 0.07
HSL 1.16º 0.85% 0.52% -
HSV(B) 1.16º 0.87% 0.93% -
XYZ 35.73 19.24 3.06 -
YUV 94.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 237 34 30 0 0.86 0.87 0.07 1.16 0.85 0.52
Hex ED 22 1E 0 56 57 7 1 55 34
Octal 355 42 36 0 126 127 7 1 125 64
Binary 11101101 100010 11110 0 1010110 1010111 111 1 1010101 110100

Color Harmonies of #ED221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED221E

Black with #ED221E

Text Example


Text Example

White with #ED221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED221E; }

 p { color: rgb(237,34,30); }

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

background-color css

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

 a { background-color: rgb(237,34,30); }

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

border-color css

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

 span { border-color: rgb(237,34,30); }

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