Html Css Color HEX #EF150D Scarlet

📋 copy color: '#EF150D'

red 239 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #EF150D

Tints of Scarlet #EF150D

RGB

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

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

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

R = 87.55%
G = 7.69%
B = 4.76%

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

#EF150D (or 0xEF150D) is known color: Scarlet. HEX triplet: EF, 15 and 0D. RGB value is (239,21,13). Sum of RGB (Red+Green+Blue) = 239+21+13=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF150D is #10EAF2. Grayscale: #555555. Windows color (decimal): -1108723 or 857583. OLE color: 857583.

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

Color convert

RGB 239 21 13 -
CMYK 0 0.91 0.95 0.06
HSL 2.12º 0.9% 0.49% -
HSV(B) 2.12º 0.95% 0.94% -
XYZ 35.94 18.92 2.14 -
YUV 85.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 239 21 13 0 0.91 0.95 0.06 2.12 0.9 0.49
Hex EF 15 D 0 5B 5F 6 2 5A 31
Octal 357 25 15 0 133 137 6 2 132 61
Binary 11101111 10101 1101 0 1011011 1011111 110 10 1011010 110001

Color Harmonies of #EF150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF150D

Black with #EF150D

Text Example


Text Example

White with #EF150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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