Html Css Color HEX #EF0326 Torch Red

📋 copy color: '#EF0326'

red 239 ◦ green 3 ◦ blue 38

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

Shades of Torch Red #EF0326

Tints of Torch Red #EF0326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 85.36%
G = 1.07%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF0326 (or 0xEF0326) is known color: Torch Red. HEX triplet: EF, 03 and 26. RGB value is (239,3,38). Sum of RGB (Red+Green+Blue) = 239+3+38=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0326 is #10FCD9. Grayscale: #4D4D4D. Windows color (decimal): -1113306 or 2491375. OLE color: 2491375.

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

Color convert

RGB 239 3 38 -
CMYK 0 0.99 0.84 0.06
HSL 351.1º 0.98% 0.47% -
HSV(B) 351.1º 0.99% 0.94% -
XYZ 35.98 18.56 3.52 -
YUV 77.55 105.69 243.15 -
System Red Green Blue C M Y K H S L
Decimal 239 3 38 0 0.99 0.84 0.06 351.1 0.98 0.47
Hex EF 3 26 0 63 54 6 15F 62 2F
Octal 357 3 46 0 143 124 6 537 142 57
Binary 11101111 11 100110 0 1100011 1010100 110 101011111 1100010 101111

Color Harmonies of #EF0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0326

Black with #EF0326

Text Example


Text Example

White with #EF0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0326; }

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

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

background-color css

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

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

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

border-color css

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

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

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