Html Css Color HEX #EF0F0D Red

📋 copy color: '#EF0F0D'

red 239 ◦ green 15 ◦ blue 13

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

Shades of Red #EF0F0D

Tints of Red #EF0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 89.51%
G = 5.62%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF0F0D (or 0xEF0F0D) is known color: Red. HEX triplet: EF, 0F and 0D. RGB value is (239,15,13). Sum of RGB (Red+Green+Blue) = 239+15+13=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F0D is #10F0F2. Grayscale: #515151. Windows color (decimal): -1110259 or 856047. OLE color: 856047.

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

Color convert

RGB 239 15 13 -
CMYK 0 0.94 0.95 0.06
HSL 0.53º 0.9% 0.49% -
HSV(B) 0.53º 0.95% 0.94% -
XYZ 35.84 18.72 2.11 -
YUV 81.75 89.21 240.16 -
System Red Green Blue C M Y K H S L
Decimal 239 15 13 0 0.94 0.95 0.06 0.53 0.9 0.49
Hex EF F D 0 5E 5F 6 1 5A 31
Octal 357 17 15 0 136 137 6 1 132 61
Binary 11101111 1111 1101 0 1011110 1011111 110 1 1011010 110001

Color Harmonies of #EF0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F0D

Black with #EF0F0D

Text Example


Text Example

White with #EF0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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