Html Css Color HEX #FD2E54 Radical Red

📋 copy color: '#FD2E54'

red 253 ◦ green 46 ◦ blue 84

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

Shades of Radical Red #FD2E54

Tints of Radical Red #FD2E54

RGB

 RED value IS 253 (99.22% from 255) = 66.06%

 GREEN value IS 46 (18.36% from 255) = 12.01%

 BLUE value IS 84 (33.2% from 255) = 21.93%

R = 66.06%
G = 12.01%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2E54 (or 0xFD2E54) is known color: Radical Red. HEX triplet: FD, 2E and 54. RGB value is (253,46,84). Sum of RGB (Red+Green+Blue) = 253+46+84=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E54 is #02D1AB. Grayscale: #707070. Windows color (decimal): -184748 or 5517053. OLE color: 5517053.

HSL color Cylindrical-coordinate representation of color #FD2E54: hue angle of 348.99º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E54 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 46 84 -
CMYK 0 0.82 0.67 0.01
HSL 348.99º 0.98% 0.59% -
HSV(B) 348.99º 0.82% 0.99% -
XYZ 43.09 23.48 10.65 -
YUV 112.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 253 46 84 0 0.82 0.67 0.01 348.99 0.98 0.59
Hex FD 2E 54 0 52 43 1 15D 62 3B
Octal 375 56 124 0 122 103 1 535 142 73
Binary 11111101 101110 1010100 0 1010010 1000011 1 101011101 1100010 111011

Color Harmonies of #FD2E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E54

Black with #FD2E54

Text Example


Text Example

White with #FD2E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E54; }

 p { color: rgb(253,46,84); }

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

background-color css

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

 a { background-color: rgb(253,46,84); }

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

border-color css

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

 span { border-color: rgb(253,46,84); }

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