Html Css Color HEX #EF1F09 Scarlet

📋 copy color: '#EF1F09'

red 239 ◦ green 31 ◦ blue 9

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

Shades of Scarlet #EF1F09

Tints of Scarlet #EF1F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 9 (3.91% from 255) = 3.23%

R = 85.66%
G = 11.11%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF1F09 (or 0xEF1F09) is known color: Scarlet. HEX triplet: EF, 1F and 09. RGB value is (239,31,9). Sum of RGB (Red+Green+Blue) = 239+31+9=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1F09 is #10E0F6. Grayscale: #5A5A5A. Windows color (decimal): -1106167 or 597999. OLE color: 597999.

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

Color convert

RGB 239 31 9 -
CMYK 0 0.87 0.96 0.06
HSL 5.74º 0.93% 0.49% -
HSV(B) 5.74º 0.96% 0.94% -
XYZ 36.14 19.35 2.09 -
YUV 90.68 81.91 233.79 -
System Red Green Blue C M Y K H S L
Decimal 239 31 9 0 0.87 0.96 0.06 5.74 0.93 0.49
Hex EF 1F 9 0 57 60 6 6 5D 31
Octal 357 37 11 0 127 140 6 6 135 61
Binary 11101111 11111 1001 0 1010111 1100000 110 110 1011101 110001

Color Harmonies of #EF1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F09

Black with #EF1F09

Text Example


Text Example

White with #EF1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F09; }

 p { color: rgb(239,31,9); }

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

background-color css

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

 a { background-color: rgb(239,31,9); }

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

border-color css

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

 span { border-color: rgb(239,31,9); }

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