Html Css Color HEX #EF1C0D Scarlet

📋 copy color: '#EF1C0D'

red 239 ◦ green 28 ◦ blue 13

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

Shades of Scarlet #EF1C0D

Tints of Scarlet #EF1C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 85.36%
G = 10%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF1C0D (or 0xEF1C0D) is known color: Scarlet. HEX triplet: EF, 1C and 0D. RGB value is (239,28,13). Sum of RGB (Red+Green+Blue) = 239+28+13=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1C0D is #10E3F2. Grayscale: #595959. Windows color (decimal): -1106931 or 859375. OLE color: 859375.

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

Color convert

RGB 239 28 13 -
CMYK 0 0.88 0.95 0.06
HSL 3.98º 0.9% 0.49% -
HSV(B) 3.98º 0.95% 0.94% -
XYZ 36.08 19.21 2.19 -
YUV 89.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 239 28 13 0 0.88 0.95 0.06 3.98 0.9 0.49
Hex EF 1C D 0 58 5F 6 4 5A 31
Octal 357 34 15 0 130 137 6 4 132 61
Binary 11101111 11100 1101 0 1011000 1011111 110 100 1011010 110001

Color Harmonies of #EF1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C0D

Black with #EF1C0D

Text Example


Text Example

White with #EF1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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