Html Css Color HEX #EF100D Red

📋 copy color: '#EF100D'

red 239 ◦ green 16 ◦ blue 13

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

Shades of Red #EF100D

Tints of Red #EF100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 89.18%
G = 5.97%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF100D (or 0xEF100D) is known color: Red. HEX triplet: EF, 10 and 0D. RGB value is (239,16,13). Sum of RGB (Red+Green+Blue) = 239+16+13=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF100D is #10EFF2. Grayscale: #525252. Windows color (decimal): -1110003 or 856303. OLE color: 856303.

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

Color convert

RGB 239 16 13 -
CMYK 0 0.93 0.95 0.06
HSL 0.8º 0.9% 0.49% -
HSV(B) 0.8º 0.95% 0.94% -
XYZ 35.85 18.75 2.11 -
YUV 82.34 88.88 239.74 -
System Red Green Blue C M Y K H S L
Decimal 239 16 13 0 0.93 0.95 0.06 0.8 0.9 0.49
Hex EF 10 D 0 5D 5F 6 1 5A 31
Octal 357 20 15 0 135 137 6 1 132 61
Binary 11101111 10000 1101 0 1011101 1011111 110 1 1011010 110001

Color Harmonies of #EF100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF100D

Black with #EF100D

Text Example


Text Example

White with #EF100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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