Html Css Color HEX #F30C27 Torch Red

📋 copy color: '#F30C27'

red 243 ◦ green 12 ◦ blue 39

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

Shades of Torch Red #F30C27

Tints of Torch Red #F30C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 82.65%
G = 4.08%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F30C27 (or 0xF30C27) is known color: Torch Red. HEX triplet: F3, 0C and 27. RGB value is (243,12,39). Sum of RGB (Red+Green+Blue) = 243+12+39=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30C27 is #0CF3D8. Grayscale: #545454. Windows color (decimal): -848857 or 2559219. OLE color: 2559219.

HSL color Cylindrical-coordinate representation of color #F30C27: hue angle of 352.99º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C27 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 12 39 -
CMYK 0 0.95 0.84 0.05
HSL 352.99º 0.91% 0.5% -
HSV(B) 352.99º 0.95% 0.95% -
XYZ 37.46 19.46 3.7 -
YUV 84.15 102.53 241.3 -
System Red Green Blue C M Y K H S L
Decimal 243 12 39 0 0.95 0.84 0.05 352.99 0.91 0.5
Hex F3 C 27 0 5F 54 5 161 5B 32
Octal 363 14 47 0 137 124 5 541 133 62
Binary 11110011 1100 100111 0 1011111 1010100 101 101100001 1011011 110010

Color Harmonies of #F30C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30C27

Black with #F30C27

Text Example


Text Example

White with #F30C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30C27; }

 p { color: rgb(243,12,39); }

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

background-color css

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

 a { background-color: rgb(243,12,39); }

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

border-color css

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

 span { border-color: rgb(243,12,39); }

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