Html Css Color HEX #EF221E Scarlet

📋 copy color: '#EF221E'

red 239 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #EF221E

Tints of Scarlet #EF221E

RGB

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

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

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

R = 78.88%
G = 11.22%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF221E (or 0xEF221E) is known color: Scarlet. HEX triplet: EF, 22 and 1E. RGB value is (239,34,30). Sum of RGB (Red+Green+Blue) = 239+34+30=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF221E is #10DDE1. Grayscale: #5F5F5F. Windows color (decimal): -1105378 or 1975023. OLE color: 1975023.

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

Color convert

RGB 239 34 30 -
CMYK 0 0.86 0.87 0.06
HSL 1.15º 0.87% 0.53% -
HSV(B) 1.15º 0.87% 0.94% -
XYZ 36.4 19.59 3.09 -
YUV 94.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 239 34 30 0 0.86 0.87 0.06 1.15 0.87 0.53
Hex EF 22 1E 0 56 57 6 1 57 35
Octal 357 42 36 0 126 127 6 1 127 65
Binary 11101111 100010 11110 0 1010110 1010111 110 1 1010111 110101

Color Harmonies of #EF221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF221E

Black with #EF221E

Text Example


Text Example

White with #EF221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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