Html Css Color HEX #FF1023 Torch Red

📋 copy color: '#FF1023'

red 255 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #FF1023

Tints of Torch Red #FF1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

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

R = 83.33%
G = 5.23%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF1023 (or 0xFF1023) is known color: Torch Red. HEX triplet: FF, 10 and 23. RGB value is (255,16,35). Sum of RGB (Red+Green+Blue) = 255+16+35=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1023 is #00EFDC. Grayscale: #595959. Windows color (decimal): -61405 or 2298111. OLE color: 2298111.

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

Color convert

RGB 255 16 35 -
CMYK 0 0.94 0.86 0
HSL 355.23º 1% 0.53% -
HSV(B) 355.23º 0.94% 1% -
XYZ 41.73 21.75 3.59 -
YUV 89.63 97.18 245.96 -
System Red Green Blue C M Y K H S L
Decimal 255 16 35 0 0.94 0.86 0 355.23 1 0.53
Hex FF 10 23 0 5E 56 0 163 64 35
Octal 377 20 43 0 136 126 0 543 144 65
Binary 11111111 10000 100011 0 1011110 1010110 0 101100011 1100100 110101

Color Harmonies of #FF1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1023

Black with #FF1023

Text Example


Text Example

White with #FF1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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