Html Css Color HEX #F2183A Torch Red

📋 copy color: '#F2183A'

red 242 ◦ green 24 ◦ blue 58

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

Shades of Torch Red #F2183A

Tints of Torch Red #F2183A

RGB

 RED value IS 242 (94.92% from 255) = 74.69%

 GREEN value IS 24 (9.77% from 255) = 7.41%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 74.69%
G = 7.41%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2183A (or 0xF2183A) is known color: Torch Red. HEX triplet: F2, 18 and 3A. RGB value is (242,24,58). Sum of RGB (Red+Green+Blue) = 242+24+58=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F2183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2183A is #0DE7C5. Grayscale: #5D5D5D. Windows color (decimal): -911302 or 3807474. OLE color: 3807474.

HSL color Cylindrical-coordinate representation of color #F2183A: hue angle of 350.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2183A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 58 -
CMYK 0 0.90 0.76 0.05
HSL 350.64º 0.89% 0.52% -
HSV(B) 350.64º 0.9% 0.95% -
XYZ 37.71 19.84 5.84 -
YUV 93.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 242 24 58 0 0.90 0.76 0.05 350.64 0.89 0.52
Hex F2 18 3A 0 5A 4C 5 15F 59 34
Octal 362 30 72 0 132 114 5 537 131 64
Binary 11110010 11000 111010 0 1011010 1001100 101 101011111 1011001 110100

Color Harmonies of #F2183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2183A

Black with #F2183A

Text Example


Text Example

White with #F2183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2183A; }

 p { color: rgb(242,24,58); }

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

background-color css

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

 a { background-color: rgb(242,24,58); }

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

border-color css

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

 span { border-color: rgb(242,24,58); }

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