Html Css Color HEX #EF190C Scarlet

📋 copy color: '#EF190C'

red 239 ◦ green 25 ◦ blue 12

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

Shades of Scarlet #EF190C

Tints of Scarlet #EF190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 86.59%
G = 9.06%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF190C (or 0xEF190C) is known color: Scarlet. HEX triplet: EF, 19 and 0C. RGB value is (239,25,12). Sum of RGB (Red+Green+Blue) = 239+25+12=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF190C is #10E6F3. Grayscale: #575757. Windows color (decimal): -1107700 or 793071. OLE color: 793071.

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

Color convert

RGB 239 25 12 -
CMYK 0 0.90 0.95 0.06
HSL 3.44º 0.9% 0.49% -
HSV(B) 3.44º 0.95% 0.94% -
XYZ 36.01 19.07 2.13 -
YUV 87.5 85.4 236.06 -
System Red Green Blue C M Y K H S L
Decimal 239 25 12 0 0.90 0.95 0.06 3.44 0.9 0.49
Hex EF 19 C 0 5A 5F 6 3 5A 31
Octal 357 31 14 0 132 137 6 3 132 61
Binary 11101111 11001 1100 0 1011010 1011111 110 11 1011010 110001

Color Harmonies of #EF190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF190C

Black with #EF190C

Text Example


Text Example

White with #EF190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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