Html Css Color HEX #FF1238 Torch Red

📋 copy color: '#FF1238'

red 255 ◦ green 18 ◦ blue 56

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

Shades of Torch Red #FF1238

Tints of Torch Red #FF1238

RGB

 RED value IS 255 (100% from 255) = 77.51%

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

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 77.51%
G = 5.47%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF1238 (or 0xFF1238) is known color: Torch Red. HEX triplet: FF, 12 and 38. RGB value is (255,18,56). Sum of RGB (Red+Green+Blue) = 255+18+56=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1238 is #00EDC7. Grayscale: #5D5D5D. Windows color (decimal): -60872 or 3674879. OLE color: 3674879.

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

Color convert

RGB 255 18 56 -
CMYK 0 0.93 0.78 0
HSL 350.38º 1% 0.54% -
HSV(B) 350.38º 0.93% 1% -
XYZ 42.17 21.98 5.76 -
YUV 93.2 107.02 243.41 -
System Red Green Blue C M Y K H S L
Decimal 255 18 56 0 0.93 0.78 0 350.38 1 0.54
Hex FF 12 38 0 5D 4E 0 15E 64 36
Octal 377 22 70 0 135 116 0 536 144 66
Binary 11111111 10010 111000 0 1011101 1001110 0 101011110 1100100 110110

Color Harmonies of #FF1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1238

Black with #FF1238

Text Example


Text Example

White with #FF1238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1238; }

 p { color: rgb(255,18,56); }

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

background-color css

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

 a { background-color: rgb(255,18,56); }

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

border-color css

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

 span { border-color: rgb(255,18,56); }

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