Html Css Color HEX #EF2608 Scarlet

📋 copy color: '#EF2608'

red 239 ◦ green 38 ◦ blue 8

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

Shades of Scarlet #EF2608

Tints of Scarlet #EF2608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 83.86%
G = 13.33%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF2608 (or 0xEF2608) is known color: Scarlet. HEX triplet: EF, 26 and 08. RGB value is (239,38,8). Sum of RGB (Red+Green+Blue) = 239+38+8=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2608 is #10D9F7. Grayscale: #5F5F5F. Windows color (decimal): -1104376 or 534255. OLE color: 534255.

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

Color convert

RGB 239 38 8 -
CMYK 0 0.84 0.97 0.06
HSL 7.79º 0.94% 0.48% -
HSV(B) 7.79º 0.97% 0.94% -
XYZ 36.33 19.75 2.13 -
YUV 94.68 79.09 230.94 -
System Red Green Blue C M Y K H S L
Decimal 239 38 8 0 0.84 0.97 0.06 7.79 0.94 0.48
Hex EF 26 8 0 54 61 6 8 5E 30
Octal 357 46 10 0 124 141 6 10 136 60
Binary 11101111 100110 1000 0 1010100 1100001 110 1000 1011110 110000

Color Harmonies of #EF2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2608

Black with #EF2608

Text Example


Text Example

White with #EF2608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2608; }

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

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

background-color css

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

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

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

border-color css

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

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

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