Html Css Color HEX #FF2629 Torch Red

📋 copy color: '#FF2629'

red 255 ◦ green 38 ◦ blue 41

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

Shades of Torch Red #FF2629

Tints of Torch Red #FF2629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 76.35%
G = 11.38%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF2629 (or 0xFF2629) is known color: Torch Red. HEX triplet: FF, 26 and 29. RGB value is (255,38,41). Sum of RGB (Red+Green+Blue) = 255+38+41=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2629 is #00D9D6. Grayscale: #676767. Windows color (decimal): -55767 or 2696959. OLE color: 2696959.

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

Color convert

RGB 255 38 41 -
CMYK 0 0.85 0.84 0
HSL 359.17º 1% 0.57% -
HSV(B) 359.17º 0.85% 1% -
XYZ 42.33 22.81 4.27 -
YUV 103.23 92.89 236.26 -
System Red Green Blue C M Y K H S L
Decimal 255 38 41 0 0.85 0.84 0 359.17 1 0.57
Hex FF 26 29 0 55 54 0 167 64 39
Octal 377 46 51 0 125 124 0 547 144 71
Binary 11111111 100110 101001 0 1010101 1010100 0 101100111 1100100 111001

Color Harmonies of #FF2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2629

Black with #FF2629

Text Example


Text Example

White with #FF2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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