Html Css Color HEX #FE030B Torch Red

📋 copy color: '#FE030B'

red 254 ◦ green 3 ◦ blue 11

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

Shades of Torch Red #FE030B

Tints of Torch Red #FE030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 94.78%
G = 1.12%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE030B (or 0xFE030B) is known color: Torch Red. HEX triplet: FE, 03 and 0B. RGB value is (254,3,11). Sum of RGB (Red+Green+Blue) = 254+3+11=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE030B is #01FCF4. Grayscale: #4F4F4F. Windows color (decimal): -130293 or 721918. OLE color: 721918.

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

Color convert

RGB 254 3 11 -
CMYK 0 0.99 0.96 0.00
HSL 358.09º 0.99% 0.5% -
HSV(B) 358.09º 0.99% 1% -
XYZ 40.97 21.16 2.24 -
YUV 78.96 89.66 252.85 -
System Red Green Blue C M Y K H S L
Decimal 254 3 11 0 0.99 0.96 0.00 358.09 0.99 0.5
Hex FE 3 B 0 63 60 0 166 63 32
Octal 376 3 13 0 143 140 0 546 143 62
Binary 11111110 11 1011 0 1100011 1100000 0 101100110 1100011 110010

Color Harmonies of #FE030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE030B

Black with #FE030B

Text Example


Text Example

White with #FE030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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