Html Css Color HEX #EF0343 Torch Red

📋 copy color: '#EF0343'

red 239 ◦ green 3 ◦ blue 67

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

Shades of Torch Red #EF0343

Tints of Torch Red #EF0343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 77.35%
G = 0.97%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF0343 (or 0xEF0343) is known color: Torch Red. HEX triplet: EF, 03 and 43. RGB value is (239,3,67). Sum of RGB (Red+Green+Blue) = 239+3+67=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0343 is #10FCBC. Grayscale: #505050. Windows color (decimal): -1113277 or 4391919. OLE color: 4391919.

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

Color convert

RGB 239 3 67 -
CMYK 0 0.99 0.72 0.06
HSL 343.73º 0.98% 0.47% -
HSV(B) 343.73º 0.99% 0.94% -
XYZ 36.64 18.82 7.01 -
YUV 80.86 120.19 240.8 -
System Red Green Blue C M Y K H S L
Decimal 239 3 67 0 0.99 0.72 0.06 343.73 0.98 0.47
Hex EF 3 43 0 63 48 6 158 62 2F
Octal 357 3 103 0 143 110 6 530 142 57
Binary 11101111 11 1000011 0 1100011 1001000 110 101011000 1100010 101111

Color Harmonies of #EF0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0343

Black with #EF0343

Text Example


Text Example

White with #EF0343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0343; }

 p { color: rgb(239,3,67); }

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

background-color css

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

 a { background-color: rgb(239,3,67); }

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

border-color css

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

 span { border-color: rgb(239,3,67); }

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