Html Css Color HEX #FE0333 Torch Red

📋 copy color: '#FE0333'

red 254 ◦ green 3 ◦ blue 51

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

Shades of Torch Red #FE0333

Tints of Torch Red #FE0333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 82.47%
G = 0.97%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE0333 (or 0xFE0333) is known color: Torch Red. HEX triplet: FE, 03 and 33. RGB value is (254,3,51). Sum of RGB (Red+Green+Blue) = 254+3+51=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0333 is #01FCCC. Grayscale: #535353. Windows color (decimal): -130253 or 3343358. OLE color: 3343358.

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

Color convert

RGB 254 3 51 -
CMYK 0 0.99 0.80 0.00
HSL 348.53º 0.99% 0.5% -
HSV(B) 348.53º 0.99% 1% -
XYZ 41.5 21.37 5.07 -
YUV 83.52 109.66 249.6 -
System Red Green Blue C M Y K H S L
Decimal 254 3 51 0 0.99 0.80 0.00 348.53 0.99 0.5
Hex FE 3 33 0 63 50 0 15D 63 32
Octal 376 3 63 0 143 120 0 535 143 62
Binary 11111110 11 110011 0 1100011 1010000 0 101011101 1100011 110010

Color Harmonies of #FE0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0333

Black with #FE0333

Text Example


Text Example

White with #FE0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0333; }

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

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

background-color css

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

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

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

border-color css

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

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

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