Html Css Color HEX #FD274A Radical Red

📋 copy color: '#FD274A'

red 253 ◦ green 39 ◦ blue 74

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

Shades of Radical Red #FD274A

Tints of Radical Red #FD274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.66%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 69.13%
G = 10.66%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD274A (or 0xFD274A) is known color: Radical Red. HEX triplet: FD, 27 and 4A. RGB value is (253,39,74). Sum of RGB (Red+Green+Blue) = 253+39+74=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD274A is #02D8B5. Grayscale: #6B6B6B. Windows color (decimal): -186550 or 4859901. OLE color: 4859901.

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

Color convert

RGB 253 39 74 -
CMYK 0 0.85 0.71 0.01
HSL 350.19º 0.98% 0.57% -
HSV(B) 350.19º 0.85% 0.99% -
XYZ 42.47 22.83 8.65 -
YUV 106.98 109.4 232.15 -
System Red Green Blue C M Y K H S L
Decimal 253 39 74 0 0.85 0.71 0.01 350.19 0.98 0.57
Hex FD 27 4A 0 55 47 1 15E 62 39
Octal 375 47 112 0 125 107 1 536 142 71
Binary 11111101 100111 1001010 0 1010101 1000111 1 101011110 1100010 111001

Color Harmonies of #FD274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD274A

Black with #FD274A

Text Example


Text Example

White with #FD274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD274A; }

 p { color: rgb(253,39,74); }

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

background-color css

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

 a { background-color: rgb(253,39,74); }

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

border-color css

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

 span { border-color: rgb(253,39,74); }

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