Html Css Color HEX #FE2335 Torch Red

📋 copy color: '#FE2335'

red 254 ◦ green 35 ◦ blue 53

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

Shades of Torch Red #FE2335

Tints of Torch Red #FE2335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 74.27%
G = 10.23%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE2335 (or 0xFE2335) is known color: Torch Red. HEX triplet: FE, 23 and 35. RGB value is (254,35,53). Sum of RGB (Red+Green+Blue) = 254+35+53=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2335 is #01DCCA. Grayscale: #666666. Windows color (decimal): -122059 or 3482622. OLE color: 3482622.

HSL color Cylindrical-coordinate representation of color #FE2335: hue angle of 355.07º 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 #FE2335 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 35 53 -
CMYK 0 0.86 0.79 0.00
HSL 355.07º 0.99% 0.57% -
HSV(B) 355.07º 0.86% 1% -
XYZ 42.12 22.53 5.5 -
YUV 102.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 254 35 53 0 0.86 0.79 0.00 355.07 0.99 0.57
Hex FE 23 35 0 56 4F 0 163 63 39
Octal 376 43 65 0 126 117 0 543 143 71
Binary 11111110 100011 110101 0 1010110 1001111 0 101100011 1100011 111001

Color Harmonies of #FE2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2335

Black with #FE2335

Text Example


Text Example

White with #FE2335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2335; }

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

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

background-color css

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

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

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

border-color css

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

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

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