Html Css Color HEX #ED221A Scarlet

📋 copy color: '#ED221A'

red 237 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #ED221A

Tints of Scarlet #ED221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 79.8%
G = 11.45%
B = 8.75%

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

#ED221A (or 0xED221A) is known color: Scarlet. HEX triplet: ED, 22 and 1A. RGB value is (237,34,26). Sum of RGB (Red+Green+Blue) = 237+34+26=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED221A is #12DDE5. Grayscale: #5E5E5E. Windows color (decimal): -1236454 or 1712877. OLE color: 1712877.

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

Color convert

RGB 237 34 26 -
CMYK 0 0.86 0.89 0.07
HSL 2.27º 0.85% 0.52% -
HSV(B) 2.27º 0.89% 0.93% -
XYZ 35.68 19.22 2.81 -
YUV 93.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 237 34 26 0 0.86 0.89 0.07 2.27 0.85 0.52
Hex ED 22 1A 0 56 59 7 2 55 34
Octal 355 42 32 0 126 131 7 2 125 64
Binary 11101101 100010 11010 0 1010110 1011001 111 10 1010101 110100

Color Harmonies of #ED221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED221A

Black with #ED221A

Text Example


Text Example

White with #ED221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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