Html Css Color HEX #EF2919 Scarlet

📋 copy color: '#EF2919'

red 239 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #EF2919

Tints of Scarlet #EF2919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 78.36%
G = 13.44%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2919 (or 0xEF2919) is known color: Scarlet. HEX triplet: EF, 29 and 19. RGB value is (239,41,25). Sum of RGB (Red+Green+Blue) = 239+41+25=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2919 is #10D6E6. Grayscale: #626262. Windows color (decimal): -1103591 or 1649135. OLE color: 1649135.

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

Color convert

RGB 239 41 25 -
CMYK 0 0.83 0.90 0.06
HSL 4.49º 0.87% 0.52% -
HSV(B) 4.49º 0.9% 0.94% -
XYZ 36.57 20.01 2.85 -
YUV 98.38 86.6 228.3 -
System Red Green Blue C M Y K H S L
Decimal 239 41 25 0 0.83 0.90 0.06 4.49 0.87 0.52
Hex EF 29 19 0 53 5A 6 4 57 34
Octal 357 51 31 0 123 132 6 4 127 64
Binary 11101111 101001 11001 0 1010011 1011010 110 100 1010111 110100

Color Harmonies of #EF2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2919

Black with #EF2919

Text Example


Text Example

White with #EF2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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