Html Css Color HEX #FE2735 Torch Red

📋 copy color: '#FE2735'

red 254 ◦ green 39 ◦ blue 53

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

Shades of Torch Red #FE2735

Tints of Torch Red #FE2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 73.41%
G = 11.27%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE2735 (or 0xFE2735) is known color: Torch Red. HEX triplet: FE, 27 and 35. RGB value is (254,39,53). Sum of RGB (Red+Green+Blue) = 254+39+53=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2735 is #01D8CA. Grayscale: #696969. Windows color (decimal): -121035 or 3483646. OLE color: 3483646.

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

Color convert

RGB 254 39 53 -
CMYK 0 0.85 0.79 0.00
HSL 356.09º 0.99% 0.57% -
HSV(B) 356.09º 0.85% 1% -
XYZ 42.24 22.78 5.54 -
YUV 104.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 254 39 53 0 0.85 0.79 0.00 356.09 0.99 0.57
Hex FE 27 35 0 55 4F 0 164 63 39
Octal 376 47 65 0 125 117 0 544 143 71
Binary 11111110 100111 110101 0 1010101 1001111 0 101100100 1100011 111001

Color Harmonies of #FE2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2735

Black with #FE2735

Text Example


Text Example

White with #FE2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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