Html Css Color HEX #FD3946 Radical Red

📋 copy color: '#FD3946'

red 253 ◦ green 57 ◦ blue 70

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

Shades of Radical Red #FD3946

Tints of Radical Red #FD3946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15%

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

R = 66.58%
G = 15%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD3946 (or 0xFD3946) is known color: Radical Red. HEX triplet: FD, 39 and 46. RGB value is (253,57,70). Sum of RGB (Red+Green+Blue) = 253+57+70=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3946 is #02C6B9. Grayscale: #757575. Windows color (decimal): -181946 or 4602365. OLE color: 4602365.

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

Color convert

RGB 253 57 70 -
CMYK 0 0.77 0.72 0.01
HSL 356.02º 0.98% 0.61% -
HSV(B) 356.02º 0.77% 0.99% -
XYZ 43.08 24.25 8.2 -
YUV 117.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 253 57 70 0 0.77 0.72 0.01 356.02 0.98 0.61
Hex FD 39 46 0 4D 48 1 164 62 3D
Octal 375 71 106 0 115 110 1 544 142 75
Binary 11111101 111001 1000110 0 1001101 1001000 1 101100100 1100010 111101

Color Harmonies of #FD3946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3946

Black with #FD3946

Text Example


Text Example

White with #FD3946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3946; }

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

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

background-color css

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

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

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

border-color css

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

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

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