Html Css Color HEX #FC3841 Radical Red

📋 copy color: '#FC3841'

red 252 ◦ green 56 ◦ blue 65

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

Shades of Radical Red #FC3841

Tints of Radical Red #FC3841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 67.56%
G = 15.01%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3841 (or 0xFC3841) is known color: Radical Red. HEX triplet: FC, 38 and 41. RGB value is (252,56,65). Sum of RGB (Red+Green+Blue) = 252+56+65=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3841 is #03C7BE. Grayscale: #737373. Windows color (decimal): -247743 or 4274428. OLE color: 4274428.

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

Color convert

RGB 252 56 65 -
CMYK 0 0.78 0.74 0.01
HSL 357.24º 0.97% 0.6% -
HSV(B) 357.24º 0.78% 0.99% -
XYZ 42.51 23.91 7.37 -
YUV 115.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 252 56 65 0 0.78 0.74 0.01 357.24 0.97 0.6
Hex FC 38 41 0 4E 4A 1 165 61 3C
Octal 374 70 101 0 116 112 1 545 141 74
Binary 11111100 111000 1000001 0 1001110 1001010 1 101100101 1100001 111100

Color Harmonies of #FC3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3841

Black with #FC3841

Text Example


Text Example

White with #FC3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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