Html Css Color HEX #FF2174 Radical Red

📋 copy color: '#FF2174'

red 255 ◦ green 33 ◦ blue 116

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

Shades of Radical Red #FF2174

Tints of Radical Red #FF2174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 63.12%
G = 8.17%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2174 (or 0xFF2174) is known color: Radical Red. HEX triplet: FF, 21 and 74. RGB value is (255,33,116). Sum of RGB (Red+Green+Blue) = 255+33+116=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2174 is #00DE8B. Grayscale: #6C6C6C. Windows color (decimal): -56972 or 7610879. OLE color: 7610879.

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

Color convert

RGB 255 33 116 -
CMYK 0 0.87 0.55 0
HSL 337.57º 1% 0.56% -
HSV(B) 337.57º 0.87% 1% -
XYZ 44.94 23.61 18.71 -
YUV 108.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 255 33 116 0 0.87 0.55 0 337.57 1 0.56
Hex FF 21 74 0 57 37 0 152 64 38
Octal 377 41 164 0 127 67 0 522 144 70
Binary 11111111 100001 1110100 0 1010111 110111 0 101010010 1100100 111000

Color Harmonies of #FF2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2174

Black with #FF2174

Text Example


Text Example

White with #FF2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2174; }

 p { color: rgb(255,33,116); }

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

background-color css

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

 a { background-color: rgb(255,33,116); }

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

border-color css

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

 span { border-color: rgb(255,33,116); }

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