Html Css Color HEX #FE002B Torch Red

📋 copy color: '#FE002B'

red 254 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #FE002B

Tints of Torch Red #FE002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 85.52%
G = 0%
B = 14.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE002B (or 0xFE002B) is known color: Torch Red. HEX triplet: FE, 00 and 2B. RGB value is (254,0,43). Sum of RGB (Red+Green+Blue) = 254+0+43=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002B is #01FFD4. Grayscale: #505050. Windows color (decimal): -131029 or 2818302. OLE color: 2818302.

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

Color convert

RGB 254 0 43 -
CMYK 0 1 0.83 0.00
HSL 349.84º 1% 0.5% -
HSV(B) 349.84º 1% 1% -
XYZ 41.31 21.25 4.21 -
YUV 80.85 106.65 251.5 -
System Red Green Blue C M Y K H S L
Decimal 254 0 43 0 1 0.83 0.00 349.84 1 0.5
Hex FE 0 2B 0 64 53 0 15E 64 32
Octal 376 0 53 0 144 123 0 536 144 62
Binary 11111110 0 101011 0 1100100 1010011 0 101011110 1100100 110010

Color Harmonies of #FE002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE002B

Black with #FE002B

Text Example


Text Example

White with #FE002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE002B; }

 p { color: rgb(254,0,43); }

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

background-color css

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

 a { background-color: rgb(254,0,43); }

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

border-color css

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

 span { border-color: rgb(254,0,43); }

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