Html Css Color HEX #FF1D42 Torch Red

📋 copy color: '#FF1D42'

red 255 ◦ green 29 ◦ blue 66

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

Shades of Torch Red #FF1D42

Tints of Torch Red #FF1D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 72.86%
G = 8.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF1D42 (or 0xFF1D42) is known color: Torch Red. HEX triplet: FF, 1D and 42. RGB value is (255,29,66). Sum of RGB (Red+Green+Blue) = 255+29+66=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D42 is #00E2BD. Grayscale: #646464. Windows color (decimal): -58046 or 4333055. OLE color: 4333055.

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

Color convert

RGB 255 29 66 -
CMYK 0 0.89 0.74 0
HSL 350.18º 1% 0.56% -
HSV(B) 350.18º 0.89% 1% -
XYZ 42.66 22.53 7.25 -
YUV 100.79 108.37 237.99 -
System Red Green Blue C M Y K H S L
Decimal 255 29 66 0 0.89 0.74 0 350.18 1 0.56
Hex FF 1D 42 0 59 4A 0 15E 64 38
Octal 377 35 102 0 131 112 0 536 144 70
Binary 11111111 11101 1000010 0 1011001 1001010 0 101011110 1100100 111000

Color Harmonies of #FF1D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D42

Black with #FF1D42

Text Example


Text Example

White with #FF1D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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