Html Css Color HEX #FF0C4C Torch Red

📋 copy color: '#FF0C4C'

red 255 ◦ green 12 ◦ blue 76

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

Shades of Torch Red #FF0C4C

Tints of Torch Red #FF0C4C

RGB

 RED value IS 255 (100% from 255) = 74.34%

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 74.34%
G = 3.5%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF0C4C (or 0xFF0C4C) is known color: Torch Red. HEX triplet: FF, 0C and 4C. RGB value is (255,12,76). Sum of RGB (Red+Green+Blue) = 255+12+76=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C4C is #00F3B3. Grayscale: #5B5B5B. Windows color (decimal): -62388 or 4984063. OLE color: 4984063.

HSL color Cylindrical-coordinate representation of color #FF0C4C: hue angle of 344.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C4C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 12 76 -
CMYK 0 0.95 0.70 0
HSL 344.2º 1% 0.52% -
HSV(B) 344.2º 0.95% 1% -
XYZ 42.68 22.04 8.84 -
YUV 91.95 119.01 244.3 -
System Red Green Blue C M Y K H S L
Decimal 255 12 76 0 0.95 0.70 0 344.2 1 0.52
Hex FF C 4C 0 5F 46 0 158 64 34
Octal 377 14 114 0 137 106 0 530 144 64
Binary 11111111 1100 1001100 0 1011111 1000110 0 101011000 1100100 110100

Color Harmonies of #FF0C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C4C

Black with #FF0C4C

Text Example


Text Example

White with #FF0C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C4C; }

 p { color: rgb(255,12,76); }

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

background-color css

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

 a { background-color: rgb(255,12,76); }

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

border-color css

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

 span { border-color: rgb(255,12,76); }

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