Html Css Color HEX #FF1D28 Torch Red

📋 copy color: '#FF1D28'

red 255 ◦ green 29 ◦ blue 40

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

Shades of Torch Red #FF1D28

Tints of Torch Red #FF1D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 78.7%
G = 8.95%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1D28 (or 0xFF1D28) is known color: Torch Red. HEX triplet: FF, 1D and 28. RGB value is (255,29,40). Sum of RGB (Red+Green+Blue) = 255+29+40=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D28 is #00E2D7. Grayscale: #626262. Windows color (decimal): -58072 or 2629119. OLE color: 2629119.

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

Color convert

RGB 255 29 40 -
CMYK 0 0.89 0.84 0
HSL 357.08º 1% 0.56% -
HSV(B) 357.08º 0.89% 1% -
XYZ 42.06 22.29 4.09 -
YUV 97.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 255 29 40 0 0.89 0.84 0 357.08 1 0.56
Hex FF 1D 28 0 59 54 0 165 64 38
Octal 377 35 50 0 131 124 0 545 144 70
Binary 11111111 11101 101000 0 1011001 1010100 0 101100101 1100100 111000

Color Harmonies of #FF1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D28

Black with #FF1D28

Text Example


Text Example

White with #FF1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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