Html Css Color HEX #FF0135 Torch Red

📋 copy color: '#FF0135'

red 255 ◦ green 1 ◦ blue 53

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

Shades of Torch Red #FF0135

Tints of Torch Red #FF0135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 82.52%
G = 0.32%
B = 17.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF0135 (or 0xFF0135) is known color: Torch Red. HEX triplet: FF, 01 and 35. RGB value is (255,1,53). Sum of RGB (Red+Green+Blue) = 255+1+53=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0135 is #00FECA. Grayscale: #525252. Windows color (decimal): -65227 or 3473919. OLE color: 3473919.

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

Color convert

RGB 255 1 53 -
CMYK 0 1.00 0.79 0
HSL 347.72º 1% 0.5% -
HSV(B) 347.72º 1% 1% -
XYZ 41.89 21.54 5.32 -
YUV 82.87 111.15 250.77 -
System Red Green Blue C M Y K H S L
Decimal 255 1 53 0 1.00 0.79 0 347.72 1 0.5
Hex FF 1 35 0 64 4F 0 15C 64 32
Octal 377 1 65 0 144 117 0 534 144 62
Binary 11111111 1 110101 0 1100100 1001111 0 101011100 1100100 110010

Color Harmonies of #FF0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0135

Black with #FF0135

Text Example


Text Example

White with #FF0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0135; }

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

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

background-color css

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

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

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

border-color css

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

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

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