Html Css Color HEX #FF215F Radical Red

📋 copy color: '#FF215F'

red 255 ◦ green 33 ◦ blue 95

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

Shades of Radical Red #FF215F

Tints of Radical Red #FF215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 66.58%
G = 8.62%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF215F (or 0xFF215F) is known color: Radical Red. HEX triplet: FF, 21 and 5F. RGB value is (255,33,95). Sum of RGB (Red+Green+Blue) = 255+33+95=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF215F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF215F is #00DEA0. Grayscale: #6A6A6A. Windows color (decimal): -56993 or 6234623. OLE color: 6234623.

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

Color convert

RGB 255 33 95 -
CMYK 0 0.87 0.63 0
HSL 343.24º 1% 0.56% -
HSV(B) 343.24º 0.87% 1% -
XYZ 43.85 23.17 12.99 -
YUV 106.45 121.55 233.96 -
System Red Green Blue C M Y K H S L
Decimal 255 33 95 0 0.87 0.63 0 343.24 1 0.56
Hex FF 21 5F 0 57 3F 0 157 64 38
Octal 377 41 137 0 127 77 0 527 144 70
Binary 11111111 100001 1011111 0 1010111 111111 0 101010111 1100100 111000

Color Harmonies of #FF215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF215F

Black with #FF215F

Text Example


Text Example

White with #FF215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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