Html Css Color HEX #EF0C00 Red

📋 copy color: '#EF0C00'

red 239 ◦ green 12 ◦ blue 0

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

Shades of Red #EF0C00

Tints of Red #EF0C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.22%
G = 4.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF0C00 (or 0xEF0C00) is known color: Red. HEX triplet: EF, 0C and 00. RGB value is (239,12,0). Sum of RGB (Red+Green+Blue) = 239+12+0=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0C00 is #10F3FF. Grayscale: #4E4E4E. Windows color (decimal): -1111040 or 3311. OLE color: 3311.

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

Color convert

RGB 239 12 0 -
CMYK 0 0.95 1 0.06
HSL 3.01º 1% 0.47% -
HSV(B) 3.01º 1% 0.94% -
XYZ 35.73 18.61 1.71 -
YUV 78.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 239 12 0 0 0.95 1 0.06 3.01 1 0.47
Hex EF C 0 0 5F 64 6 3 64 2F
Octal 357 14 0 0 137 144 6 3 144 57
Binary 11101111 1100 0 0 1011111 1100100 110 11 1100100 101111

Color Harmonies of #EF0C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C00

Black with #EF0C00

Text Example


Text Example

White with #EF0C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C00; }

 p { color: rgb(239,12,0); }

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

background-color css

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

 a { background-color: rgb(239,12,0); }

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

border-color css

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

 span { border-color: rgb(239,12,0); }

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