Html Css Color HEX #EF0C1D Torch Red

📋 copy color: '#EF0C1D'

red 239 ◦ green 12 ◦ blue 29

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

Shades of Torch Red #EF0C1D

Tints of Torch Red #EF0C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 85.36%
G = 4.29%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF0C1D (or 0xEF0C1D) is known color: Torch Red. HEX triplet: EF, 0C and 1D. RGB value is (239,12,29). Sum of RGB (Red+Green+Blue) = 239+12+29=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C1D is #10F3E2. Grayscale: #515151. Windows color (decimal): -1111011 or 1903855. OLE color: 1903855.

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

Color convert

RGB 239 12 29 -
CMYK 0 0.95 0.88 0.06
HSL 355.51º 0.9% 0.49% -
HSV(B) 355.51º 0.95% 0.94% -
XYZ 35.95 18.7 2.88 -
YUV 81.81 98.21 240.12 -
System Red Green Blue C M Y K H S L
Decimal 239 12 29 0 0.95 0.88 0.06 355.51 0.9 0.49
Hex EF C 1D 0 5F 58 6 164 5A 31
Octal 357 14 35 0 137 130 6 544 132 61
Binary 11101111 1100 11101 0 1011111 1011000 110 101100100 1011010 110001

Color Harmonies of #EF0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C1D

Black with #EF0C1D

Text Example


Text Example

White with #EF0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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