Html Css Color HEX #FF1223 Torch Red

📋 copy color: '#FF1223'

red 255 ◦ green 18 ◦ blue 35

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

Shades of Torch Red #FF1223

Tints of Torch Red #FF1223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.36%

R = 82.79%
G = 5.84%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF1223 (or 0xFF1223) is known color: Torch Red. HEX triplet: FF, 12 and 23. RGB value is (255,18,35). Sum of RGB (Red+Green+Blue) = 255+18+35=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1223 is #00EDDC. Grayscale: #5A5A5A. Windows color (decimal): -60893 or 2298623. OLE color: 2298623.

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

Color convert

RGB 255 18 35 -
CMYK 0 0.93 0.86 0
HSL 355.7º 1% 0.54% -
HSV(B) 355.7º 0.93% 1% -
XYZ 41.76 21.81 3.6 -
YUV 90.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 255 18 35 0 0.93 0.86 0 355.7 1 0.54
Hex FF 12 23 0 5D 56 0 164 64 36
Octal 377 22 43 0 135 126 0 544 144 66
Binary 11111111 10010 100011 0 1011101 1010110 0 101100100 1100100 110110

Color Harmonies of #FF1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1223

Black with #FF1223

Text Example


Text Example

White with #FF1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1223; }

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

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

background-color css

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

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

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

border-color css

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

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

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