Html Css Color HEX #FF1735 Torch Red

📋 copy color: '#FF1735'

red 255 ◦ green 23 ◦ blue 53

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

Shades of Torch Red #FF1735

Tints of Torch Red #FF1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

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

R = 77.04%
G = 6.95%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF1735 (or 0xFF1735) is known color: Torch Red. HEX triplet: FF, 17 and 35. RGB value is (255,23,53). Sum of RGB (Red+Green+Blue) = 255+23+53=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1735 is #00E8CA. Grayscale: #5F5F5F. Windows color (decimal): -59595 or 3479551. OLE color: 3479551.

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

Color convert

RGB 255 23 53 -
CMYK 0 0.91 0.79 0
HSL 352.24º 1% 0.55% -
HSV(B) 352.24º 0.91% 1% -
XYZ 42.19 22.13 5.42 -
YUV 95.79 103.86 241.56 -
System Red Green Blue C M Y K H S L
Decimal 255 23 53 0 0.91 0.79 0 352.24 1 0.55
Hex FF 17 35 0 5B 4F 0 160 64 37
Octal 377 27 65 0 133 117 0 540 144 67
Binary 11111111 10111 110101 0 1011011 1001111 0 101100000 1100100 110111

Color Harmonies of #FF1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1735

Black with #FF1735

Text Example


Text Example

White with #FF1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1735; }

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

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

background-color css

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

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

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

border-color css

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

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

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