Html Css Color HEX #FC3844 Radical Red

📋 copy color: '#FC3844'

red 252 ◦ green 56 ◦ blue 68

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

Shades of Radical Red #FC3844

Tints of Radical Red #FC3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.89%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 67.02%
G = 14.89%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC3844 (or 0xFC3844) is known color: Radical Red. HEX triplet: FC, 38 and 44. RGB value is (252,56,68). Sum of RGB (Red+Green+Blue) = 252+56+68=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3844 is #03C7BB. Grayscale: #747474. Windows color (decimal): -247740 or 4471036. OLE color: 4471036.

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

Color convert

RGB 252 56 68 -
CMYK 0 0.78 0.73 0.01
HSL 356.33º 0.97% 0.6% -
HSV(B) 356.33º 0.78% 0.99% -
XYZ 42.6 23.94 7.84 -
YUV 115.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 252 56 68 0 0.78 0.73 0.01 356.33 0.97 0.6
Hex FC 38 44 0 4E 49 1 164 61 3C
Octal 374 70 104 0 116 111 1 544 141 74
Binary 11111100 111000 1000100 0 1001110 1001001 1 101100100 1100001 111100

Color Harmonies of #FC3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3844

Black with #FC3844

Text Example


Text Example

White with #FC3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3844; }

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

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

background-color css

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

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

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

border-color css

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

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

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