Html Css Color HEX #FF1A35 Torch Red

📋 copy color: '#FF1A35'

red 255 ◦ green 26 ◦ blue 53

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

Shades of Torch Red #FF1A35

Tints of Torch Red #FF1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 76.35%
G = 7.78%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF1A35 (or 0xFF1A35) is known color: Torch Red. HEX triplet: FF, 1A and 35. RGB value is (255,26,53). Sum of RGB (Red+Green+Blue) = 255+26+53=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A35 is #00E5CA. Grayscale: #616161. Windows color (decimal): -58827 or 3480319. OLE color: 3480319.

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

Color convert

RGB 255 26 53 -
CMYK 0 0.90 0.79 0
HSL 352.93º 1% 0.55% -
HSV(B) 352.93º 0.9% 1% -
XYZ 42.25 22.26 5.44 -
YUV 97.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 255 26 53 0 0.90 0.79 0 352.93 1 0.55
Hex FF 1A 35 0 5A 4F 0 161 64 37
Octal 377 32 65 0 132 117 0 541 144 67
Binary 11111111 11010 110101 0 1011010 1001111 0 101100001 1100100 110111

Color Harmonies of #FF1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A35

Black with #FF1A35

Text Example


Text Example

White with #FF1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A35; }

 p { color: rgb(255,26,53); }

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

background-color css

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

 a { background-color: rgb(255,26,53); }

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

border-color css

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

 span { border-color: rgb(255,26,53); }

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