Html Css Color HEX #F30238 Torch Red

📋 copy color: '#F30238'

red 243 ◦ green 2 ◦ blue 56

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

Shades of Torch Red #F30238

Tints of Torch Red #F30238

RGB

 RED value IS 243 (95.31% from 255) = 80.73%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 80.73%
G = 0.66%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F30238 (or 0xF30238) is known color: Torch Red. HEX triplet: F3, 02 and 38. RGB value is (243,2,56). Sum of RGB (Red+Green+Blue) = 243+2+56=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30238 is #0CFDC7. Grayscale: #505050. Windows color (decimal): -851400 or 3670771. OLE color: 3670771.

HSL color Cylindrical-coordinate representation of color #F30238: hue angle of 346.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30238 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 2 56 -
CMYK 0 0.99 0.77 0.05
HSL 346.56º 0.98% 0.48% -
HSV(B) 346.56º 0.99% 0.95% -
XYZ 37.7 19.38 5.5 -
YUV 80.22 114.34 244.11 -
System Red Green Blue C M Y K H S L
Decimal 243 2 56 0 0.99 0.77 0.05 346.56 0.98 0.48
Hex F3 2 38 0 63 4D 5 15B 62 30
Octal 363 2 70 0 143 115 5 533 142 60
Binary 11110011 10 111000 0 1100011 1001101 101 101011011 1100010 110000

Color Harmonies of #F30238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30238

Black with #F30238

Text Example


Text Example

White with #F30238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30238; }

 p { color: rgb(243,2,56); }

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

background-color css

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

 a { background-color: rgb(243,2,56); }

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

border-color css

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

 span { border-color: rgb(243,2,56); }

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