Html Css Color HEX #EF2108 Scarlet

📋 copy color: '#EF2108'

red 239 ◦ green 33 ◦ blue 8

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

Shades of Scarlet #EF2108

Tints of Scarlet #EF2108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 85.36%
G = 11.79%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF2108 (or 0xEF2108) is known color: Scarlet. HEX triplet: EF, 21 and 08. RGB value is (239,33,8). Sum of RGB (Red+Green+Blue) = 239+33+8=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2108 is #10DEF7. Grayscale: #5C5C5C. Windows color (decimal): -1105656 or 532975. OLE color: 532975.

HSL color Cylindrical-coordinate representation of color #EF2108: hue angle of 6.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF2108 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 8 -
CMYK 0 0.86 0.97 0.06
HSL 6.49º 0.94% 0.48% -
HSV(B) 6.49º 0.97% 0.94% -
XYZ 36.18 19.46 2.08 -
YUV 91.74 80.75 233.03 -
System Red Green Blue C M Y K H S L
Decimal 239 33 8 0 0.86 0.97 0.06 6.49 0.94 0.48
Hex EF 21 8 0 56 61 6 6 5E 30
Octal 357 41 10 0 126 141 6 6 136 60
Binary 11101111 100001 1000 0 1010110 1100001 110 110 1011110 110000

Color Harmonies of #EF2108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2108

Black with #EF2108

Text Example


Text Example

White with #EF2108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2108; }

 p { color: rgb(239,33,8); }

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

background-color css

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

 a { background-color: rgb(239,33,8); }

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

border-color css

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

 span { border-color: rgb(239,33,8); }

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