Html Css Color HEX #FF364C Radical Red

📋 copy color: '#FF364C'

red 255 ◦ green 54 ◦ blue 76

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

Shades of Radical Red #FF364C

Tints of Radical Red #FF364C

RGB

 RED value IS 255 (100% from 255) = 66.23%

 GREEN value IS 54 (21.48% from 255) = 14.03%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 66.23%
G = 14.03%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF364C (or 0xFF364C) is known color: Radical Red. HEX triplet: FF, 36 and 4C. RGB value is (255,54,76). Sum of RGB (Red+Green+Blue) = 255+54+76=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF364C is #00C9B3. Grayscale: #747474. Windows color (decimal): -51636 or 4994815. OLE color: 4994815.

HSL color Cylindrical-coordinate representation of color #FF364C: hue angle of 353.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF364C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 54 76 -
CMYK 0 0.79 0.70 0
HSL 353.43º 1% 0.61% -
HSV(B) 353.43º 0.79% 1% -
XYZ 43.86 24.42 9.24 -
YUV 116.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 255 54 76 0 0.79 0.70 0 353.43 1 0.61
Hex FF 36 4C 0 4F 46 0 161 64 3D
Octal 377 66 114 0 117 106 0 541 144 75
Binary 11111111 110110 1001100 0 1001111 1000110 0 101100001 1100100 111101

Color Harmonies of #FF364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF364C

Black with #FF364C

Text Example


Text Example

White with #FF364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF364C; }

 p { color: rgb(255,54,76); }

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

background-color css

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

 a { background-color: rgb(255,54,76); }

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

border-color css

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

 span { border-color: rgb(255,54,76); }

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