Html Css Color HEX #FE1230 Torch Red

📋 copy color: '#FE1230'

red 254 ◦ green 18 ◦ blue 48

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

Shades of Torch Red #FE1230

Tints of Torch Red #FE1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.63%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 79.38%
G = 5.63%
B = 15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE1230 (or 0xFE1230) is known color: Torch Red. HEX triplet: FE, 12 and 30. RGB value is (254,18,48). Sum of RGB (Red+Green+Blue) = 254+18+48=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1230 is #01EDCF. Grayscale: #5C5C5C. Windows color (decimal): -126416 or 3150590. OLE color: 3150590.

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

Color convert

RGB 254 18 48 -
CMYK 0 0.93 0.81 0.00
HSL 352.37º 0.99% 0.53% -
HSV(B) 352.37º 0.93% 1% -
XYZ 41.62 21.72 4.79 -
YUV 91.98 103.19 243.56 -
System Red Green Blue C M Y K H S L
Decimal 254 18 48 0 0.93 0.81 0.00 352.37 0.99 0.53
Hex FE 12 30 0 5D 51 0 160 63 35
Octal 376 22 60 0 135 121 0 540 143 65
Binary 11111110 10010 110000 0 1011101 1010001 0 101100000 1100011 110101

Color Harmonies of #FE1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1230

Black with #FE1230

Text Example


Text Example

White with #FE1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1230; }

 p { color: rgb(254,18,48); }

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

background-color css

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

 a { background-color: rgb(254,18,48); }

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

border-color css

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

 span { border-color: rgb(254,18,48); }

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