Html Css Color HEX #FC0434 Torch Red

📋 copy color: '#FC0434'

red 252 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #FC0434

Tints of Torch Red #FC0434

RGB

 RED value IS 252 (98.83% from 255) = 81.82%

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 81.82%
G = 1.3%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0434 (or 0xFC0434) is known color: Torch Red. HEX triplet: FC, 04 and 34. RGB value is (252,4,52). Sum of RGB (Red+Green+Blue) = 252+4+52=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0434 is #03FBCB. Grayscale: #535353. Windows color (decimal): -261068 or 3409148. OLE color: 3409148.

HSL color Cylindrical-coordinate representation of color #FC0434: hue angle of 348.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0434 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 52 -
CMYK 0 0.98 0.79 0.01
HSL 348.39º 0.98% 0.5% -
HSV(B) 348.39º 0.98% 0.99% -
XYZ 40.81 21.03 5.16 -
YUV 83.62 110.16 248.1 -
System Red Green Blue C M Y K H S L
Decimal 252 4 52 0 0.98 0.79 0.01 348.39 0.98 0.5
Hex FC 4 34 0 62 4F 1 15C 62 32
Octal 374 4 64 0 142 117 1 534 142 62
Binary 11111100 100 110100 0 1100010 1001111 1 101011100 1100010 110010

Color Harmonies of #FC0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0434

Black with #FC0434

Text Example


Text Example

White with #FC0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0434; }

 p { color: rgb(252,4,52); }

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

background-color css

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

 a { background-color: rgb(252,4,52); }

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

border-color css

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

 span { border-color: rgb(252,4,52); }

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