Html Css Color HEX #EF130F Red

📋 copy color: '#EF130F'

red 239 ◦ green 19 ◦ blue 15

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

Shades of Red #EF130F

Tints of Red #EF130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 87.55%
G = 6.96%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF130F (or 0xEF130F) is known color: Red. HEX triplet: EF, 13 and 0F. RGB value is (239,19,15). Sum of RGB (Red+Green+Blue) = 239+19+15=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF130F is #10ECF0. Grayscale: #545454. Windows color (decimal): -1109233 or 988143. OLE color: 988143.

HSL color Cylindrical-coordinate representation of color #EF130F: hue angle of 1.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 15 -
CMYK 0 0.92 0.94 0.06
HSL 1.07º 0.88% 0.5% -
HSV(B) 1.07º 0.94% 0.94% -
XYZ 35.92 18.85 2.2 -
YUV 84.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 239 19 15 0 0.92 0.94 0.06 1.07 0.88 0.5
Hex EF 13 F 0 5C 5E 6 1 58 32
Octal 357 23 17 0 134 136 6 1 130 62
Binary 11101111 10011 1111 0 1011100 1011110 110 1 1011000 110010

Color Harmonies of #EF130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF130F

Black with #EF130F

Text Example


Text Example

White with #EF130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF130F; }

 p { color: rgb(239,19,15); }

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

background-color css

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

 a { background-color: rgb(239,19,15); }

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

border-color css

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

 span { border-color: rgb(239,19,15); }

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