Html Css Color HEX #EF0342 Torch Red

📋 copy color: '#EF0342'

red 239 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #EF0342

Tints of Torch Red #EF0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 77.6%
G = 0.97%
B = 21.43%

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

#EF0342 (or 0xEF0342) is known color: Torch Red. HEX triplet: EF, 03 and 42. RGB value is (239,3,66). Sum of RGB (Red+Green+Blue) = 239+3+66=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0342 is #10FCBD. Grayscale: #505050. Windows color (decimal): -1113278 or 4326383. OLE color: 4326383.

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

Color convert

RGB 239 3 66 -
CMYK 0 0.99 0.72 0.06
HSL 343.98º 0.98% 0.47% -
HSV(B) 343.98º 0.99% 0.94% -
XYZ 36.61 18.81 6.86 -
YUV 80.75 119.69 240.88 -
System Red Green Blue C M Y K H S L
Decimal 239 3 66 0 0.99 0.72 0.06 343.98 0.98 0.47
Hex EF 3 42 0 63 48 6 158 62 2F
Octal 357 3 102 0 143 110 6 530 142 57
Binary 11101111 11 1000010 0 1100011 1001000 110 101011000 1100010 101111

Color Harmonies of #EF0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0342

Black with #EF0342

Text Example


Text Example

White with #EF0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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