Html Css Color HEX #EF2914 Scarlet

📋 copy color: '#EF2914'

red 239 ◦ green 41 ◦ blue 20

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

Shades of Scarlet #EF2914

Tints of Scarlet #EF2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 79.67%
G = 13.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2914 (or 0xEF2914) is known color: Scarlet. HEX triplet: EF, 29 and 14. RGB value is (239,41,20). Sum of RGB (Red+Green+Blue) = 239+41+20=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2914 is #10D6EB. Grayscale: #626262. Windows color (decimal): -1103596 or 1321455. OLE color: 1321455.

HSL color Cylindrical-coordinate representation of color #EF2914: hue angle of 5.75º 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 #EF2914 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 20 -
CMYK 0 0.83 0.92 0.06
HSL 5.75º 0.87% 0.51% -
HSV(B) 5.75º 0.92% 0.94% -
XYZ 36.52 19.99 2.6 -
YUV 97.81 84.1 228.71 -
System Red Green Blue C M Y K H S L
Decimal 239 41 20 0 0.83 0.92 0.06 5.75 0.87 0.51
Hex EF 29 14 0 53 5C 6 6 57 33
Octal 357 51 24 0 123 134 6 6 127 63
Binary 11101111 101001 10100 0 1010011 1011100 110 110 1010111 110011

Color Harmonies of #EF2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2914

Black with #EF2914

Text Example


Text Example

White with #EF2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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