Html Css Color HEX #F30335 Torch Red

📋 copy color: '#F30335'

red 243 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F30335

Tints of Torch Red #F30335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 81.27%
G = 1%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F30335 (or 0xF30335) is known color: Torch Red. HEX triplet: F3, 03 and 35. RGB value is (243,3,53). Sum of RGB (Red+Green+Blue) = 243+3+53=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F30335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30335 is #0CFCCA. Grayscale: #505050. Windows color (decimal): -851147 or 3474419. OLE color: 3474419.

HSL color Cylindrical-coordinate representation of color #F30335: hue angle of 347.5º 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 #F30335 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 3 53 -
CMYK 0 0.99 0.78 0.05
HSL 347.5º 0.98% 0.48% -
HSV(B) 347.5º 0.99% 0.95% -
XYZ 37.64 19.38 5.12 -
YUV 80.46 112.51 243.93 -
System Red Green Blue C M Y K H S L
Decimal 243 3 53 0 0.99 0.78 0.05 347.5 0.98 0.48
Hex F3 3 35 0 63 4E 5 15C 62 30
Octal 363 3 65 0 143 116 5 534 142 60
Binary 11110011 11 110101 0 1100011 1001110 101 101011100 1100010 110000

Color Harmonies of #F30335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30335

Black with #F30335

Text Example


Text Example

White with #F30335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30335; }

 p { color: rgb(243,3,53); }

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

background-color css

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

 a { background-color: rgb(243,3,53); }

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

border-color css

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

 span { border-color: rgb(243,3,53); }

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