Html Css Color HEX #FF1230 Torch Red

📋 copy color: '#FF1230'

red 255 ◦ green 18 ◦ blue 48

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

Shades of Torch Red #FF1230

Tints of Torch Red #FF1230

RGB

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

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

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

R = 79.44%
G = 5.61%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1230 (or 0xFF1230) is known color: Torch Red. HEX triplet: FF, 12 and 30. RGB value is (255,18,48). Sum of RGB (Red+Green+Blue) = 255+18+48=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1230 is #00EDCF. Grayscale: #5C5C5C. Windows color (decimal): -60880 or 3150591. OLE color: 3150591.

HSL color Cylindrical-coordinate representation of color #FF1230: hue angle of 352.41º 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 #FF1230 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 48 -
CMYK 0 0.93 0.81 0
HSL 352.41º 1% 0.54% -
HSV(B) 352.41º 0.93% 1% -
XYZ 41.99 21.91 4.81 -
YUV 92.28 103.02 244.06 -
System Red Green Blue C M Y K H S L
Decimal 255 18 48 0 0.93 0.81 0 352.41 1 0.54
Hex FF 12 30 0 5D 51 0 160 64 36
Octal 377 22 60 0 135 121 0 540 144 66
Binary 11111111 10010 110000 0 1011101 1010001 0 101100000 1100100 110110

Color Harmonies of #FF1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1230

Black with #FF1230

Text Example


Text Example

White with #FF1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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