Html Css Color HEX #FD3246 Radical Red

📋 copy color: '#FD3246'

red 253 ◦ green 50 ◦ blue 70

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

Shades of Radical Red #FD3246

Tints of Radical Red #FD3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 67.83%
G = 13.4%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD3246 (or 0xFD3246) is known color: Radical Red. HEX triplet: FD, 32 and 46. RGB value is (253,50,70). Sum of RGB (Red+Green+Blue) = 253+50+70=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3246 is #02CDB9. Grayscale: #717171. Windows color (decimal): -183738 or 4600573. OLE color: 4600573.

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

Color convert

RGB 253 50 70 -
CMYK 0 0.80 0.72 0.01
HSL 354.09º 0.98% 0.59% -
HSV(B) 354.09º 0.8% 0.99% -
XYZ 42.75 23.61 8.1 -
YUV 112.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 253 50 70 0 0.80 0.72 0.01 354.09 0.98 0.59
Hex FD 32 46 0 50 48 1 162 62 3B
Octal 375 62 106 0 120 110 1 542 142 73
Binary 11111101 110010 1000110 0 1010000 1001000 1 101100010 1100010 111011

Color Harmonies of #FD3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3246

Black with #FD3246

Text Example


Text Example

White with #FD3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3246; }

 p { color: rgb(253,50,70); }

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

background-color css

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

 a { background-color: rgb(253,50,70); }

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

border-color css

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

 span { border-color: rgb(253,50,70); }

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