Html Css Color HEX #FF2430 Torch Red

📋 copy color: '#FF2430'

red 255 ◦ green 36 ◦ blue 48

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

Shades of Torch Red #FF2430

Tints of Torch Red #FF2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 75.22%
G = 10.62%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2430 (or 0xFF2430) is known color: Torch Red. HEX triplet: FF, 24 and 30. RGB value is (255,36,48). Sum of RGB (Red+Green+Blue) = 255+36+48=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2430 is #00DBCF. Grayscale: #676767. Windows color (decimal): -56272 or 3155199. OLE color: 3155199.

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

Color convert

RGB 255 36 48 -
CMYK 0 0.86 0.81 0
HSL 356.71º 1% 0.57% -
HSV(B) 356.71º 0.86% 1% -
XYZ 42.4 22.74 4.95 -
YUV 102.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 255 36 48 0 0.86 0.81 0 356.71 1 0.57
Hex FF 24 30 0 56 51 0 165 64 39
Octal 377 44 60 0 126 121 0 545 144 71
Binary 11111111 100100 110000 0 1010110 1010001 0 101100101 1100100 111001

Color Harmonies of #FF2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2430

Black with #FF2430

Text Example


Text Example

White with #FF2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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