Html Css Color HEX #EF180B Scarlet

📋 copy color: '#EF180B'

red 239 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #EF180B

Tints of Scarlet #EF180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 87.23%
G = 8.76%
B = 4.01%

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

#EF180B (or 0xEF180B) is known color: Scarlet. HEX triplet: EF, 18 and 0B. RGB value is (239,24,11). Sum of RGB (Red+Green+Blue) = 239+24+11=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF180B is #10E7F4. Grayscale: #575757. Windows color (decimal): -1107957 or 727279. OLE color: 727279.

HSL color Cylindrical-coordinate representation of color #EF180B: hue angle of 3.42º degrees, saturation: 0.91, 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 #EF180B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 11 -
CMYK 0 0.90 0.95 0.06
HSL 3.42º 0.91% 0.49% -
HSV(B) 3.42º 0.95% 0.94% -
XYZ 35.98 19.03 2.09 -
YUV 86.8 85.23 236.56 -
System Red Green Blue C M Y K H S L
Decimal 239 24 11 0 0.90 0.95 0.06 3.42 0.91 0.49
Hex EF 18 B 0 5A 5F 6 3 5B 31
Octal 357 30 13 0 132 137 6 3 133 61
Binary 11101111 11000 1011 0 1011010 1011111 110 11 1011011 110001

Color Harmonies of #EF180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF180B

Black with #EF180B

Text Example


Text Example

White with #EF180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF180B; }

 p { color: rgb(239,24,11); }

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

background-color css

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

 a { background-color: rgb(239,24,11); }

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

border-color css

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

 span { border-color: rgb(239,24,11); }

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