Html Css Color HEX #EF063F Torch Red

📋 copy color: '#EF063F'

red 239 ◦ green 6 ◦ blue 63

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

Shades of Torch Red #EF063F

Tints of Torch Red #EF063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 77.6%
G = 1.95%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF063F (or 0xEF063F) is known color: Torch Red. HEX triplet: EF, 06 and 3F. RGB value is (239,6,63). Sum of RGB (Red+Green+Blue) = 239+6+63=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF063F is #10F9C0. Grayscale: #525252. Windows color (decimal): -1112513 or 4130543. OLE color: 4130543.

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

Color convert

RGB 239 6 63 -
CMYK 0 0.97 0.74 0.06
HSL 345.32º 0.95% 0.48% -
HSV(B) 345.32º 0.97% 0.94% -
XYZ 36.56 18.84 6.41 -
YUV 82.17 117.19 239.87 -
System Red Green Blue C M Y K H S L
Decimal 239 6 63 0 0.97 0.74 0.06 345.32 0.95 0.48
Hex EF 6 3F 0 61 4A 6 159 5F 30
Octal 357 6 77 0 141 112 6 531 137 60
Binary 11101111 110 111111 0 1100001 1001010 110 101011001 1011111 110000

Color Harmonies of #EF063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF063F

Black with #EF063F

Text Example


Text Example

White with #EF063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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