Html Css Color HEX #EF0629 Torch Red

📋 copy color: '#EF0629'

red 239 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #EF0629

Tints of Torch Red #EF0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 83.57%
G = 2.1%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF0629 (or 0xEF0629) is known color: Torch Red. HEX triplet: EF, 06 and 29. RGB value is (239,6,41). Sum of RGB (Red+Green+Blue) = 239+6+41=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0629 is #10F9D6. Grayscale: #4F4F4F. Windows color (decimal): -1112535 or 2688751. OLE color: 2688751.

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

Color convert

RGB 239 6 41 -
CMYK 0 0.97 0.83 0.06
HSL 350.99º 0.95% 0.48% -
HSV(B) 350.99º 0.97% 0.94% -
XYZ 36.06 18.64 3.8 -
YUV 79.66 106.19 241.65 -
System Red Green Blue C M Y K H S L
Decimal 239 6 41 0 0.97 0.83 0.06 350.99 0.95 0.48
Hex EF 6 29 0 61 53 6 15F 5F 30
Octal 357 6 51 0 141 123 6 537 137 60
Binary 11101111 110 101001 0 1100001 1010011 110 101011111 1011111 110000

Color Harmonies of #EF0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0629

Black with #EF0629

Text Example


Text Example

White with #EF0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0629; }

 p { color: rgb(239,6,41); }

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

background-color css

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

 a { background-color: rgb(239,6,41); }

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

border-color css

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

 span { border-color: rgb(239,6,41); }

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