Html Css Color HEX #FD3A45 Radical Red

📋 copy color: '#FD3A45'

red 253 ◦ green 58 ◦ blue 69

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

Shades of Radical Red #FD3A45

Tints of Radical Red #FD3A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

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

R = 66.58%
G = 15.26%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD3A45 (or 0xFD3A45) is known color: Radical Red. HEX triplet: FD, 3A and 45. RGB value is (253,58,69). Sum of RGB (Red+Green+Blue) = 253+58+69=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A45 is #02C5BA. Grayscale: #757575. Windows color (decimal): -181691 or 4537085. OLE color: 4537085.

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

Color convert

RGB 253 58 69 -
CMYK 0 0.77 0.73 0.01
HSL 356.62º 0.98% 0.61% -
HSV(B) 356.62º 0.77% 0.99% -
XYZ 43.1 24.34 8.06 -
YUV 117.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 253 58 69 0 0.77 0.73 0.01 356.62 0.98 0.61
Hex FD 3A 45 0 4D 49 1 165 62 3D
Octal 375 72 105 0 115 111 1 545 142 75
Binary 11111101 111010 1000101 0 1001101 1001001 1 101100101 1100010 111101

Color Harmonies of #FD3A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A45

Black with #FD3A45

Text Example


Text Example

White with #FD3A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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