Html Css Color HEX #EF1614 Scarlet

📋 copy color: '#EF1614'

red 239 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #EF1614

Tints of Scarlet #EF1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 85.05%
G = 7.83%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF1614 (or 0xEF1614) is known color: Scarlet. HEX triplet: EF, 16 and 14. RGB value is (239,22,20). Sum of RGB (Red+Green+Blue) = 239+22+20=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1614 is #10E9EB. Grayscale: #565656. Windows color (decimal): -1108460 or 1316591. OLE color: 1316591.

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

Color convert

RGB 239 22 20 -
CMYK 0 0.91 0.92 0.06
HSL 0.55º 0.87% 0.51% -
HSV(B) 0.55º 0.92% 0.94% -
XYZ 36.01 18.98 2.43 -
YUV 86.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 239 22 20 0 0.91 0.92 0.06 0.55 0.87 0.51
Hex EF 16 14 0 5B 5C 6 1 57 33
Octal 357 26 24 0 133 134 6 1 127 63
Binary 11101111 10110 10100 0 1011011 1011100 110 1 1010111 110011

Color Harmonies of #EF1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1614

Black with #EF1614

Text Example


Text Example

White with #EF1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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