Html Css Color HEX #EF221B Scarlet

📋 copy color: '#EF221B'

red 239 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #EF221B

Tints of Scarlet #EF221B

RGB

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

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

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

R = 79.67%
G = 11.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF221B (or 0xEF221B) is known color: Scarlet. HEX triplet: EF, 22 and 1B. RGB value is (239,34,27). Sum of RGB (Red+Green+Blue) = 239+34+27=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF221B is #10DDE4. Grayscale: #5E5E5E. Windows color (decimal): -1105381 or 1778415. OLE color: 1778415.

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

Color convert

RGB 239 34 27 -
CMYK 0 0.86 0.89 0.06
HSL 1.98º 0.87% 0.52% -
HSV(B) 1.98º 0.89% 0.94% -
XYZ 36.37 19.57 2.9 -
YUV 94.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 239 34 27 0 0.86 0.89 0.06 1.98 0.87 0.52
Hex EF 22 1B 0 56 59 6 2 57 34
Octal 357 42 33 0 126 131 6 2 127 64
Binary 11101111 100010 11011 0 1010110 1011001 110 10 1010111 110100

Color Harmonies of #EF221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF221B

Black with #EF221B

Text Example


Text Example

White with #EF221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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