Html Css Color HEX #EF140B Scarlet

📋 copy color: '#EF140B'

red 239 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #EF140B

Tints of Scarlet #EF140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 88.52%
G = 7.41%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF140B (or 0xEF140B) is known color: Scarlet. HEX triplet: EF, 14 and 0B. RGB value is (239,20,11). Sum of RGB (Red+Green+Blue) = 239+20+11=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF140B is #10EBF4. Grayscale: #545454. Windows color (decimal): -1108981 or 726255. OLE color: 726255.

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

Color convert

RGB 239 20 11 -
CMYK 0 0.92 0.95 0.06
HSL 2.37º 0.91% 0.49% -
HSV(B) 2.37º 0.95% 0.94% -
XYZ 35.91 18.88 2.07 -
YUV 84.46 86.55 238.23 -
System Red Green Blue C M Y K H S L
Decimal 239 20 11 0 0.92 0.95 0.06 2.37 0.91 0.49
Hex EF 14 B 0 5C 5F 6 2 5B 31
Octal 357 24 13 0 134 137 6 2 133 61
Binary 11101111 10100 1011 0 1011100 1011111 110 10 1011011 110001

Color Harmonies of #EF140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF140B

Black with #EF140B

Text Example


Text Example

White with #EF140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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