Html Css Color HEX #FC4445 Radical Red

📋 copy color: '#FC4445'

red 252 ◦ green 68 ◦ blue 69

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

Shades of Radical Red #FC4445

Tints of Radical Red #FC4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 64.78%
G = 17.48%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC4445 (or 0xFC4445) is known color: Radical Red. HEX triplet: FC, 44 and 45. RGB value is (252,68,69). Sum of RGB (Red+Green+Blue) = 252+68+69=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4445 is #03BBBA. Grayscale: #7B7B7B. Windows color (decimal): -244667 or 4539644. OLE color: 4539644.

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

Color convert

RGB 252 68 69 -
CMYK 0 0.73 0.73 0.01
HSL 359.67º 0.97% 0.63% -
HSV(B) 359.67º 0.73% 0.99% -
XYZ 43.29 25.26 8.22 -
YUV 123.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 252 68 69 0 0.73 0.73 0.01 359.67 0.97 0.63
Hex FC 44 45 0 49 49 1 168 61 3F
Octal 374 104 105 0 111 111 1 550 141 77
Binary 11111100 1000100 1000101 0 1001001 1001001 1 101101000 1100001 111111

Color Harmonies of #FC4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4445

Black with #FC4445

Text Example


Text Example

White with #FC4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4445; }

 p { color: rgb(252,68,69); }

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

background-color css

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

 a { background-color: rgb(252,68,69); }

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

border-color css

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

 span { border-color: rgb(252,68,69); }

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