Html Css Color HEX #FF2A47 Radical Red

📋 copy color: '#FF2A47'

red 255 ◦ green 42 ◦ blue 71

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

Shades of Radical Red #FF2A47

Tints of Radical Red #FF2A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 69.29%
G = 11.41%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF2A47 (or 0xFF2A47) is known color: Radical Red. HEX triplet: FF, 2A and 47. RGB value is (255,42,71). Sum of RGB (Red+Green+Blue) = 255+42+71=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A47 is #00D5B8. Grayscale: #6D6D6D. Windows color (decimal): -54713 or 4664063. OLE color: 4664063.

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

Color convert

RGB 255 42 71 -
CMYK 0 0.84 0.72 0
HSL 351.83º 1% 0.58% -
HSV(B) 351.83º 0.84% 1% -
XYZ 43.21 23.37 8.2 -
YUV 108.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 255 42 71 0 0.84 0.72 0 351.83 1 0.58
Hex FF 2A 47 0 54 48 0 160 64 3A
Octal 377 52 107 0 124 110 0 540 144 72
Binary 11111111 101010 1000111 0 1010100 1001000 0 101100000 1100100 111010

Color Harmonies of #FF2A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A47

Black with #FF2A47

Text Example


Text Example

White with #FF2A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A47; }

 p { color: rgb(255,42,71); }

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

background-color css

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

 a { background-color: rgb(255,42,71); }

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

border-color css

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

 span { border-color: rgb(255,42,71); }

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