Html Css Color HEX #EF150B Scarlet

📋 copy color: '#EF150B'

red 239 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #EF150B

Tints of Scarlet #EF150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 88.19%
G = 7.75%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF150B (or 0xEF150B) is known color: Scarlet. HEX triplet: EF, 15 and 0B. RGB value is (239,21,11). Sum of RGB (Red+Green+Blue) = 239+21+11=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF150B is #10EAF4. Grayscale: #555555. Windows color (decimal): -1108725 or 726511. OLE color: 726511.

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

Color convert

RGB 239 21 11 -
CMYK 0 0.91 0.95 0.06
HSL 2.63º 0.91% 0.49% -
HSV(B) 2.63º 0.95% 0.94% -
XYZ 35.93 18.91 2.07 -
YUV 85.04 86.22 237.81 -
System Red Green Blue C M Y K H S L
Decimal 239 21 11 0 0.91 0.95 0.06 2.63 0.91 0.49
Hex EF 15 B 0 5B 5F 6 3 5B 31
Octal 357 25 13 0 133 137 6 3 133 61
Binary 11101111 10101 1011 0 1011011 1011111 110 11 1011011 110001

Color Harmonies of #EF150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF150B

Black with #EF150B

Text Example


Text Example

White with #EF150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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