Html Css Color HEX #FF2830 Torch Red

📋 copy color: '#FF2830'

red 255 ◦ green 40 ◦ blue 48

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

Shades of Torch Red #FF2830

Tints of Torch Red #FF2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

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

R = 74.34%
G = 11.66%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2830 (or 0xFF2830) is known color: Torch Red. HEX triplet: FF, 28 and 30. RGB value is (255,40,48). Sum of RGB (Red+Green+Blue) = 255+40+48=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2830 is #00D7CF. Grayscale: #696969. Windows color (decimal): -55248 or 3156223. OLE color: 3156223.

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

Color convert

RGB 255 40 48 -
CMYK 0 0.84 0.81 0
HSL 357.77º 1% 0.58% -
HSV(B) 357.77º 0.84% 1% -
XYZ 42.53 22.99 4.99 -
YUV 105.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 255 40 48 0 0.84 0.81 0 357.77 1 0.58
Hex FF 28 30 0 54 51 0 166 64 3A
Octal 377 50 60 0 124 121 0 546 144 72
Binary 11111111 101000 110000 0 1010100 1010001 0 101100110 1100100 111010

Color Harmonies of #FF2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2830

Black with #FF2830

Text Example


Text Example

White with #FF2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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