Html Css Color HEX #EF140D Scarlet

📋 copy color: '#EF140D'

red 239 ◦ green 20 ◦ blue 13

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

Shades of Scarlet #EF140D

Tints of Scarlet #EF140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 87.87%
G = 7.35%
B = 4.78%

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

#EF140D (or 0xEF140D) is known color: Scarlet. HEX triplet: EF, 14 and 0D. RGB value is (239,20,13). Sum of RGB (Red+Green+Blue) = 239+20+13=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF140D is #10EBF2. Grayscale: #545454. Windows color (decimal): -1108979 or 857327. OLE color: 857327.

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

Color convert

RGB 239 20 13 -
CMYK 0 0.92 0.95 0.06
HSL 1.86º 0.9% 0.49% -
HSV(B) 1.86º 0.95% 0.94% -
XYZ 35.92 18.88 2.13 -
YUV 84.68 87.55 238.07 -
System Red Green Blue C M Y K H S L
Decimal 239 20 13 0 0.92 0.95 0.06 1.86 0.9 0.49
Hex EF 14 D 0 5C 5F 6 2 5A 31
Octal 357 24 15 0 134 137 6 2 132 61
Binary 11101111 10100 1101 0 1011100 1011111 110 10 1011010 110001

Color Harmonies of #EF140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF140D

Black with #EF140D

Text Example


Text Example

White with #EF140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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