Html Css Color HEX #EF1E16 Scarlet

📋 copy color: '#EF1E16'

red 239 ◦ green 30 ◦ blue 22

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

Shades of Scarlet #EF1E16

Tints of Scarlet #EF1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 82.13%
G = 10.31%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF1E16 (or 0xEF1E16) is known color: Scarlet. HEX triplet: EF, 1E and 16. RGB value is (239,30,22). Sum of RGB (Red+Green+Blue) = 239+30+22=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E16 is #10E1E9. Grayscale: #5B5B5B. Windows color (decimal): -1106410 or 1449711. OLE color: 1449711.

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

Color convert

RGB 239 30 22 -
CMYK 0 0.87 0.91 0.06
HSL 2.21º 0.87% 0.51% -
HSV(B) 2.21º 0.91% 0.94% -
XYZ 36.21 19.34 2.58 -
YUV 91.58 88.74 233.15 -
System Red Green Blue C M Y K H S L
Decimal 239 30 22 0 0.87 0.91 0.06 2.21 0.87 0.51
Hex EF 1E 16 0 57 5B 6 2 57 33
Octal 357 36 26 0 127 133 6 2 127 63
Binary 11101111 11110 10110 0 1010111 1011011 110 10 1010111 110011

Color Harmonies of #EF1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E16

Black with #EF1E16

Text Example


Text Example

White with #EF1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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