Html Css Color HEX #FF1B30 Torch Red

📋 copy color: '#FF1B30'

red 255 ◦ green 27 ◦ blue 48

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

Shades of Torch Red #FF1B30

Tints of Torch Red #FF1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 77.27%
G = 8.18%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1B30 (or 0xFF1B30) is known color: Torch Red. HEX triplet: FF, 1B and 30. RGB value is (255,27,48). Sum of RGB (Red+Green+Blue) = 255+27+48=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B30 is #00E4CF. Grayscale: #616161. Windows color (decimal): -58576 or 3152895. OLE color: 3152895.

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

Color convert

RGB 255 27 48 -
CMYK 0 0.89 0.81 0
HSL 354.47º 1% 0.55% -
HSV(B) 354.47º 0.89% 1% -
XYZ 42.17 22.26 4.87 -
YUV 97.57 100.04 240.29 -
System Red Green Blue C M Y K H S L
Decimal 255 27 48 0 0.89 0.81 0 354.47 1 0.55
Hex FF 1B 30 0 59 51 0 162 64 37
Octal 377 33 60 0 131 121 0 542 144 67
Binary 11111111 11011 110000 0 1011001 1010001 0 101100010 1100100 110111

Color Harmonies of #FF1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B30

Black with #FF1B30

Text Example


Text Example

White with #FF1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B30; }

 p { color: rgb(255,27,48); }

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

background-color css

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

 a { background-color: rgb(255,27,48); }

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

border-color css

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

 span { border-color: rgb(255,27,48); }

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