Html Css Color HEX #FE0C44 Torch Red

📋 copy color: '#FE0C44'

red 254 ◦ green 12 ◦ blue 68

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

Shades of Torch Red #FE0C44

Tints of Torch Red #FE0C44

RGB

 RED value IS 254 (99.61% from 255) = 76.05%

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 76.05%
G = 3.59%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE0C44 (or 0xFE0C44) is known color: Torch Red. HEX triplet: FE, 0C and 44. RGB value is (254,12,68). Sum of RGB (Red+Green+Blue) = 254+12+68=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0C44 is #01F3BB. Grayscale: #5A5A5A. Windows color (decimal): -127932 or 4459774. OLE color: 4459774.

HSL color Cylindrical-coordinate representation of color #FE0C44: hue angle of 346.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C44 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 12 68 -
CMYK 0 0.95 0.73 0.00
HSL 346.12º 0.99% 0.52% -
HSV(B) 346.12º 0.95% 1% -
XYZ 42.05 21.75 7.45 -
YUV 90.74 115.17 244.45 -
System Red Green Blue C M Y K H S L
Decimal 254 12 68 0 0.95 0.73 0.00 346.12 0.99 0.52
Hex FE C 44 0 5F 49 0 15A 63 34
Octal 376 14 104 0 137 111 0 532 143 64
Binary 11111110 1100 1000100 0 1011111 1001001 0 101011010 1100011 110100

Color Harmonies of #FE0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0C44

Black with #FE0C44

Text Example


Text Example

White with #FE0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0C44; }

 p { color: rgb(254,12,68); }

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

background-color css

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

 a { background-color: rgb(254,12,68); }

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

border-color css

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

 span { border-color: rgb(254,12,68); }

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