Html Css Color HEX #EF160D Scarlet

📋 copy color: '#EF160D'

red 239 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #EF160D

Tints of Scarlet #EF160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 87.23%
G = 8.03%
B = 4.74%

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

#EF160D (or 0xEF160D) is known color: Scarlet. HEX triplet: EF, 16 and 0D. RGB value is (239,22,13). Sum of RGB (Red+Green+Blue) = 239+22+13=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF160D is #10E9F2. Grayscale: #565656. Windows color (decimal): -1108467 or 857839. OLE color: 857839.

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

Color convert

RGB 239 22 13 -
CMYK 0 0.91 0.95 0.06
HSL 2.39º 0.9% 0.49% -
HSV(B) 2.39º 0.95% 0.94% -
XYZ 35.96 18.95 2.14 -
YUV 85.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 239 22 13 0 0.91 0.95 0.06 2.39 0.9 0.49
Hex EF 16 D 0 5B 5F 6 2 5A 31
Octal 357 26 15 0 133 137 6 2 132 61
Binary 11101111 10110 1101 0 1011011 1011111 110 10 1011010 110001

Color Harmonies of #EF160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF160D

Black with #EF160D

Text Example


Text Example

White with #EF160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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