Html Css Color HEX #F00C38 Torch Red

📋 copy color: '#F00C38'

red 240 ◦ green 12 ◦ blue 56

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

Shades of Torch Red #F00C38

Tints of Torch Red #F00C38

RGB

 RED value IS 240 (94.14% from 255) = 77.92%

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

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

R = 77.92%
G = 3.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F00C38 (or 0xF00C38) is known color: Torch Red. HEX triplet: F0, 0C and 38. RGB value is (240,12,56). Sum of RGB (Red+Green+Blue) = 240+12+56=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00C38 is #0FF3C7. Grayscale: #555555. Windows color (decimal): -1045448 or 3673328. OLE color: 3673328.

HSL color Cylindrical-coordinate representation of color #F00C38: hue angle of 348.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C38 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 56 -
CMYK 0 0.95 0.77 0.06
HSL 348.42º 0.9% 0.49% -
HSV(B) 348.42º 0.95% 0.94% -
XYZ 36.78 19.07 5.48 -
YUV 85.19 111.54 238.42 -
System Red Green Blue C M Y K H S L
Decimal 240 12 56 0 0.95 0.77 0.06 348.42 0.9 0.49
Hex F0 C 38 0 5F 4D 6 15C 5A 31
Octal 360 14 70 0 137 115 6 534 132 61
Binary 11110000 1100 111000 0 1011111 1001101 110 101011100 1011010 110001

Color Harmonies of #F00C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C38

Black with #F00C38

Text Example


Text Example

White with #F00C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C38; }

 p { color: rgb(240,12,56); }

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

background-color css

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

 a { background-color: rgb(240,12,56); }

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

border-color css

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

 span { border-color: rgb(240,12,56); }

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