Html Css Color HEX #FD3145 Radical Red

📋 copy color: '#FD3145'

red 253 ◦ green 49 ◦ blue 69

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

Shades of Radical Red #FD3145

Tints of Radical Red #FD3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 68.19%
G = 13.21%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD3145 (or 0xFD3145) is known color: Radical Red. HEX triplet: FD, 31 and 45. RGB value is (253,49,69). Sum of RGB (Red+Green+Blue) = 253+49+69=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3145 is #02CEBA. Grayscale: #707070. Windows color (decimal): -183995 or 4534781. OLE color: 4534781.

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

Color convert

RGB 253 49 69 -
CMYK 0 0.81 0.73 0.01
HSL 354.12º 0.98% 0.59% -
HSV(B) 354.12º 0.81% 0.99% -
XYZ 42.68 23.51 7.92 -
YUV 112.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 253 49 69 0 0.81 0.73 0.01 354.12 0.98 0.59
Hex FD 31 45 0 51 49 1 162 62 3B
Octal 375 61 105 0 121 111 1 542 142 73
Binary 11111101 110001 1000101 0 1010001 1001001 1 101100010 1100010 111011

Color Harmonies of #FD3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3145

Black with #FD3145

Text Example


Text Example

White with #FD3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3145; }

 p { color: rgb(253,49,69); }

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

background-color css

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

 a { background-color: rgb(253,49,69); }

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

border-color css

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

 span { border-color: rgb(253,49,69); }

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