Html Css Color HEX #ED221B Scarlet

📋 copy color: '#ED221B'

red 237 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #ED221B

Tints of Scarlet #ED221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 79.53%
G = 11.41%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED221B (or 0xED221B) is known color: Scarlet. HEX triplet: ED, 22 and 1B. RGB value is (237,34,27). Sum of RGB (Red+Green+Blue) = 237+34+27=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED221B is #12DDE4. Grayscale: #5E5E5E. Windows color (decimal): -1236453 or 1778413. OLE color: 1778413.

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

Color convert

RGB 237 34 27 -
CMYK 0 0.86 0.89 0.07
HSL 0.85% 0.52% -
HSV(B) 0.89% 0.93% -
XYZ 35.69 19.23 2.87 -
YUV 93.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 237 34 27 0 0.86 0.89 0.07 2 0.85 0.52
Hex ED 22 1B 0 56 59 7 2 55 34
Octal 355 42 33 0 126 131 7 2 125 64
Binary 11101101 100010 11011 0 1010110 1011001 111 10 1010101 110100

Color Harmonies of #ED221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED221B

Black with #ED221B

Text Example


Text Example

White with #ED221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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