Html Css Color HEX #FC4345 Radical Red

📋 copy color: '#FC4345'

red 252 ◦ green 67 ◦ blue 69

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

Shades of Radical Red #FC4345

Tints of Radical Red #FC4345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

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

R = 64.95%
G = 17.27%
B = 17.78%

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

#FC4345 (or 0xFC4345) is known color: Radical Red. HEX triplet: FC, 43 and 45. RGB value is (252,67,69). Sum of RGB (Red+Green+Blue) = 252+67+69=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4345 is #03BCBA. Grayscale: #7A7A7A. Windows color (decimal): -244923 or 4539388. OLE color: 4539388.

HSL color Cylindrical-coordinate representation of color #FC4345: hue angle of 359.35º 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 #FC4345 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 67 69 -
CMYK 0 0.73 0.73 0.01
HSL 359.35º 0.97% 0.63% -
HSV(B) 359.35º 0.73% 0.99% -
XYZ 43.23 25.14 8.2 -
YUV 122.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 252 67 69 0 0.73 0.73 0.01 359.35 0.97 0.63
Hex FC 43 45 0 49 49 1 167 61 3F
Octal 374 103 105 0 111 111 1 547 141 77
Binary 11111100 1000011 1000101 0 1001001 1001001 1 101100111 1100001 111111

Color Harmonies of #FC4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4345

Black with #FC4345

Text Example


Text Example

White with #FC4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4345; }

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

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

background-color css

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

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

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

border-color css

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

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

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