Html Css Color HEX #FE2533 Torch Red

📋 copy color: '#FE2533'

red 254 ◦ green 37 ◦ blue 51

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

Shades of Torch Red #FE2533

Tints of Torch Red #FE2533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 74.27%
G = 10.82%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE2533 (or 0xFE2533) is known color: Torch Red. HEX triplet: FE, 25 and 33. RGB value is (254,37,51). Sum of RGB (Red+Green+Blue) = 254+37+51=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2533 is #01DACC. Grayscale: #676767. Windows color (decimal): -121549 or 3352062. OLE color: 3352062.

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

Color convert

RGB 254 37 51 -
CMYK 0 0.85 0.80 0.00
HSL 356.13º 0.99% 0.57% -
HSV(B) 356.13º 0.85% 1% -
XYZ 42.13 22.63 5.28 -
YUV 103.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 254 37 51 0 0.85 0.80 0.00 356.13 0.99 0.57
Hex FE 25 33 0 55 50 0 164 63 39
Octal 376 45 63 0 125 120 0 544 143 71
Binary 11111110 100101 110011 0 1010101 1010000 0 101100100 1100011 111001

Color Harmonies of #FE2533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2533

Black with #FE2533

Text Example


Text Example

White with #FE2533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2533; }

 p { color: rgb(254,37,51); }

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

background-color css

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

 a { background-color: rgb(254,37,51); }

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

border-color css

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

 span { border-color: rgb(254,37,51); }

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