Html Css Color HEX #FD274C Radical Red

📋 copy color: '#FD274C'

red 253 ◦ green 39 ◦ blue 76

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

Shades of Radical Red #FD274C

Tints of Radical Red #FD274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 68.75%
G = 10.6%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD274C (or 0xFD274C) is known color: Radical Red. HEX triplet: FD, 27 and 4C. RGB value is (253,39,76). Sum of RGB (Red+Green+Blue) = 253+39+76=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD274C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD274C is #02D8B3. Grayscale: #6B6B6B. Windows color (decimal): -186548 or 4990973. OLE color: 4990973.

HSL color Cylindrical-coordinate representation of color #FD274C: hue angle of 349.63º 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 #FD274C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 39 76 -
CMYK 0 0.85 0.70 0.01
HSL 349.63º 0.98% 0.57% -
HSV(B) 349.63º 0.85% 0.99% -
XYZ 42.54 22.86 9.01 -
YUV 107.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 253 39 76 0 0.85 0.70 0.01 349.63 0.98 0.57
Hex FD 27 4C 0 55 46 1 15E 62 39
Octal 375 47 114 0 125 106 1 536 142 71
Binary 11111101 100111 1001100 0 1010101 1000110 1 101011110 1100010 111001

Color Harmonies of #FD274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD274C

Black with #FD274C

Text Example


Text Example

White with #FD274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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