Html Css Color HEX #EF2B08 Scarlet

📋 copy color: '#EF2B08'

red 239 ◦ green 43 ◦ blue 8

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

Shades of Scarlet #EF2B08

Tints of Scarlet #EF2B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

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

R = 82.41%
G = 14.83%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF2B08 (or 0xEF2B08) is known color: Scarlet. HEX triplet: EF, 2B and 08. RGB value is (239,43,8). Sum of RGB (Red+Green+Blue) = 239+43+8=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B08 is #10D4F7. Grayscale: #616161. Windows color (decimal): -1103096 or 535535. OLE color: 535535.

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

Color convert

RGB 239 43 8 -
CMYK 0 0.82 0.97 0.06
HSL 9.09º 0.94% 0.48% -
HSV(B) 9.09º 0.97% 0.94% -
XYZ 36.5 20.1 2.18 -
YUV 97.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 239 43 8 0 0.82 0.97 0.06 9.09 0.94 0.48
Hex EF 2B 8 0 52 61 6 9 5E 30
Octal 357 53 10 0 122 141 6 11 136 60
Binary 11101111 101011 1000 0 1010010 1100001 110 1001 1011110 110000

Color Harmonies of #EF2B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B08

Black with #EF2B08

Text Example


Text Example

White with #EF2B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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