Html Css Color HEX #FF1E30 Torch Red

📋 copy color: '#FF1E30'

red 255 ◦ green 30 ◦ blue 48

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

Shades of Torch Red #FF1E30

Tints of Torch Red #FF1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

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

R = 76.58%
G = 9.01%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1E30 (or 0xFF1E30) is known color: Torch Red. HEX triplet: FF, 1E and 30. RGB value is (255,30,48). Sum of RGB (Red+Green+Blue) = 255+30+48=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1E30 is #00E1CF. Grayscale: #636363. Windows color (decimal): -57808 or 3153663. OLE color: 3153663.

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

Color convert

RGB 255 30 48 -
CMYK 0 0.88 0.81 0
HSL 355.2º 1% 0.56% -
HSV(B) 355.2º 0.88% 1% -
XYZ 42.24 22.4 4.89 -
YUV 99.33 99.04 239.04 -
System Red Green Blue C M Y K H S L
Decimal 255 30 48 0 0.88 0.81 0 355.2 1 0.56
Hex FF 1E 30 0 58 51 0 163 64 38
Octal 377 36 60 0 130 121 0 543 144 70
Binary 11111111 11110 110000 0 1011000 1010001 0 101100011 1100100 111000

Color Harmonies of #FF1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E30

Black with #FF1E30

Text Example


Text Example

White with #FF1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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