Html Css Color HEX #FF1D35 Torch Red

📋 copy color: '#FF1D35'

red 255 ◦ green 29 ◦ blue 53

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

Shades of Torch Red #FF1D35

Tints of Torch Red #FF1D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

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

R = 75.67%
G = 8.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF1D35 (or 0xFF1D35) is known color: Torch Red. HEX triplet: FF, 1D and 35. RGB value is (255,29,53). Sum of RGB (Red+Green+Blue) = 255+29+53=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D35 is #00E2CA. Grayscale: #636363. Windows color (decimal): -58059 or 3481087. OLE color: 3481087.

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

Color convert

RGB 255 29 53 -
CMYK 0 0.89 0.79 0
HSL 353.63º 1% 0.56% -
HSV(B) 353.63º 0.89% 1% -
XYZ 42.32 22.4 5.46 -
YUV 99.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 255 29 53 0 0.89 0.79 0 353.63 1 0.56
Hex FF 1D 35 0 59 4F 0 162 64 38
Octal 377 35 65 0 131 117 0 542 144 70
Binary 11111111 11101 110101 0 1011001 1001111 0 101100010 1100100 111000

Color Harmonies of #FF1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D35

Black with #FF1D35

Text Example


Text Example

White with #FF1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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