Html Css Color HEX #FF263F Torch Red

📋 copy color: '#FF263F'

red 255 ◦ green 38 ◦ blue 63

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

Shades of Torch Red #FF263F

Tints of Torch Red #FF263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 63 (25% from 255) = 17.7%

R = 71.63%
G = 10.67%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF263F (or 0xFF263F) is known color: Torch Red. HEX triplet: FF, 26 and 3F. RGB value is (255,38,63). Sum of RGB (Red+Green+Blue) = 255+38+63=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF263F is #00D9C0. Grayscale: #696969. Windows color (decimal): -55745 or 4138751. OLE color: 4138751.

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

Color convert

RGB 255 38 63 -
CMYK 0 0.85 0.75 0
HSL 353.09º 1% 0.57% -
HSV(B) 353.09º 0.85% 1% -
XYZ 42.83 23.01 6.89 -
YUV 105.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 255 38 63 0 0.85 0.75 0 353.09 1 0.57
Hex FF 26 3F 0 55 4B 0 161 64 39
Octal 377 46 77 0 125 113 0 541 144 71
Binary 11111111 100110 111111 0 1010101 1001011 0 101100001 1100100 111001

Color Harmonies of #FF263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF263F

Black with #FF263F

Text Example


Text Example

White with #FF263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF263F; }

 p { color: rgb(255,38,63); }

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

background-color css

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

 a { background-color: rgb(255,38,63); }

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

border-color css

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

 span { border-color: rgb(255,38,63); }

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