Html Css Color HEX #FF1738 Torch Red

📋 copy color: '#FF1738'

red 255 ◦ green 23 ◦ blue 56

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

Shades of Torch Red #FF1738

Tints of Torch Red #FF1738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 76.35%
G = 6.89%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF1738 (or 0xFF1738) is known color: Torch Red. HEX triplet: FF, 17 and 38. RGB value is (255,23,56). Sum of RGB (Red+Green+Blue) = 255+23+56=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1738 is #00E8C7. Grayscale: #606060. Windows color (decimal): -59592 or 3676159. OLE color: 3676159.

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

Color convert

RGB 255 23 56 -
CMYK 0 0.91 0.78 0
HSL 351.47º 1% 0.55% -
HSV(B) 351.47º 0.91% 1% -
XYZ 42.26 22.16 5.79 -
YUV 96.13 105.36 241.32 -
System Red Green Blue C M Y K H S L
Decimal 255 23 56 0 0.91 0.78 0 351.47 1 0.55
Hex FF 17 38 0 5B 4E 0 15F 64 37
Octal 377 27 70 0 133 116 0 537 144 67
Binary 11111111 10111 111000 0 1011011 1001110 0 101011111 1100100 110111

Color Harmonies of #FF1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1738

Black with #FF1738

Text Example


Text Example

White with #FF1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1738; }

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

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

background-color css

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

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

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

border-color css

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

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

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