Html Css Color HEX #EF0628 Torch Red

📋 copy color: '#EF0628'

red 239 ◦ green 6 ◦ blue 40

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

Shades of Torch Red #EF0628

Tints of Torch Red #EF0628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 83.86%
G = 2.11%
B = 14.04%

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

#EF0628 (or 0xEF0628) is known color: Torch Red. HEX triplet: EF, 06 and 28. RGB value is (239,6,40). Sum of RGB (Red+Green+Blue) = 239+6+40=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0628 is #10F9D7. Grayscale: #4F4F4F. Windows color (decimal): -1112536 or 2623215. OLE color: 2623215.

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

Color convert

RGB 239 6 40 -
CMYK 0 0.97 0.83 0.06
HSL 351.24º 0.95% 0.48% -
HSV(B) 351.24º 0.97% 0.94% -
XYZ 36.04 18.63 3.7 -
YUV 79.54 105.69 241.74 -
System Red Green Blue C M Y K H S L
Decimal 239 6 40 0 0.97 0.83 0.06 351.24 0.95 0.48
Hex EF 6 28 0 61 53 6 15F 5F 30
Octal 357 6 50 0 141 123 6 537 137 60
Binary 11101111 110 101000 0 1100001 1010011 110 101011111 1011111 110000

Color Harmonies of #EF0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0628

Black with #EF0628

Text Example


Text Example

White with #EF0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0628; }

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

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

background-color css

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

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

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

border-color css

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

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

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