Html Css Color HEX #EF220A Scarlet

📋 copy color: '#EF220A'

red 239 ◦ green 34 ◦ blue 10

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

Shades of Scarlet #EF220A

Tints of Scarlet #EF220A

RGB

 RED value IS 239 (93.75% from 255) = 84.45%

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 84.45%
G = 12.01%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF220A (or 0xEF220A) is known color: Scarlet. HEX triplet: EF, 22 and 0A. RGB value is (239,34,10). Sum of RGB (Red+Green+Blue) = 239+34+10=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF220A is #10DDF5. Grayscale: #5C5C5C. Windows color (decimal): -1105398 or 664303. OLE color: 664303.

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

Color convert

RGB 239 34 10 -
CMYK 0 0.86 0.96 0.06
HSL 6.29º 0.92% 0.49% -
HSV(B) 6.29º 0.96% 0.94% -
XYZ 36.22 19.52 2.15 -
YUV 92.56 81.42 232.45 -
System Red Green Blue C M Y K H S L
Decimal 239 34 10 0 0.86 0.96 0.06 6.29 0.92 0.49
Hex EF 22 A 0 56 60 6 6 5C 31
Octal 357 42 12 0 126 140 6 6 134 61
Binary 11101111 100010 1010 0 1010110 1100000 110 110 1011100 110001

Color Harmonies of #EF220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF220A

Black with #EF220A

Text Example


Text Example

White with #EF220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF220A; }

 p { color: rgb(239,34,10); }

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

background-color css

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

 a { background-color: rgb(239,34,10); }

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

border-color css

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

 span { border-color: rgb(239,34,10); }

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