Html Css Color HEX #EF180D Scarlet

📋 copy color: '#EF180D'

red 239 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #EF180D

Tints of Scarlet #EF180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 86.59%
G = 8.7%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF180D (or 0xEF180D) is known color: Scarlet. HEX triplet: EF, 18 and 0D. RGB value is (239,24,13). Sum of RGB (Red+Green+Blue) = 239+24+13=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF180D is #10E7F2. Grayscale: #575757. Windows color (decimal): -1107955 or 858351. OLE color: 858351.

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

Color convert

RGB 239 24 13 -
CMYK 0 0.90 0.95 0.06
HSL 2.92º 0.9% 0.49% -
HSV(B) 2.92º 0.95% 0.94% -
XYZ 36 19.03 2.16 -
YUV 87.03 86.23 236.39 -
System Red Green Blue C M Y K H S L
Decimal 239 24 13 0 0.90 0.95 0.06 2.92 0.9 0.49
Hex EF 18 D 0 5A 5F 6 3 5A 31
Octal 357 30 15 0 132 137 6 3 132 61
Binary 11101111 11000 1101 0 1011010 1011111 110 11 1011010 110001

Color Harmonies of #EF180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF180D

Black with #EF180D

Text Example


Text Example

White with #EF180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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