Html Css Color HEX #FF0023 Torch Red

📋 copy color: '#FF0023'

red 255 ◦ green 0 ◦ blue 35

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

Shades of Torch Red #FF0023

Tints of Torch Red #FF0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.93%
G = 0%
B = 12.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF0023 (or 0xFF0023) is known color: Torch Red. HEX triplet: FF, 00 and 23. RGB value is (255,0,35). Sum of RGB (Red+Green+Blue) = 255+0+35=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0023 is #00FFDC. Grayscale: #505050. Windows color (decimal): -65501 or 2294015. OLE color: 2294015.

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

Color convert

RGB 255 0 35 -
CMYK 0 1 0.86 0
HSL 351.76º 1% 0.5% -
HSV(B) 351.76º 1% 1% -
XYZ 41.54 21.38 3.53 -
YUV 80.24 102.48 252.65 -
System Red Green Blue C M Y K H S L
Decimal 255 0 35 0 1 0.86 0 351.76 1 0.5
Hex FF 0 23 0 64 56 0 160 64 32
Octal 377 0 43 0 144 126 0 540 144 62
Binary 11111111 0 100011 0 1100100 1010110 0 101100000 1100100 110010

Color Harmonies of #FF0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0023

Black with #FF0023

Text Example


Text Example

White with #FF0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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