Html Css Color HEX #FE2328 Torch Red

📋 copy color: '#FE2328'

red 254 ◦ green 35 ◦ blue 40

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

Shades of Torch Red #FE2328

Tints of Torch Red #FE2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 77.2%
G = 10.64%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE2328 (or 0xFE2328) is known color: Torch Red. HEX triplet: FE, 23 and 28. RGB value is (254,35,40). Sum of RGB (Red+Green+Blue) = 254+35+40=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2328 is #01DCD7. Grayscale: #656565. Windows color (decimal): -122072 or 2630654. OLE color: 2630654.

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

Color convert

RGB 254 35 40 -
CMYK 0 0.86 0.84 0.00
HSL 358.63º 0.99% 0.57% -
HSV(B) 358.63º 0.86% 1% -
XYZ 41.86 22.43 4.13 -
YUV 101.05 93.55 237.09 -
System Red Green Blue C M Y K H S L
Decimal 254 35 40 0 0.86 0.84 0.00 358.63 0.99 0.57
Hex FE 23 28 0 56 54 0 167 63 39
Octal 376 43 50 0 126 124 0 547 143 71
Binary 11111110 100011 101000 0 1010110 1010100 0 101100111 1100011 111001

Color Harmonies of #FE2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2328

Black with #FE2328

Text Example


Text Example

White with #FE2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2328; }

 p { color: rgb(254,35,40); }

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

background-color css

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

 a { background-color: rgb(254,35,40); }

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

border-color css

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

 span { border-color: rgb(254,35,40); }

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