Html Css Color HEX #FD2365 Radical Red

📋 copy color: '#FD2365'

red 253 ◦ green 35 ◦ blue 101

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

Shades of Radical Red #FD2365

Tints of Radical Red #FD2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 65.04%
G = 9%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2365 (or 0xFD2365) is known color: Radical Red. HEX triplet: FD, 23 and 65. RGB value is (253,35,101). Sum of RGB (Red+Green+Blue) = 253+35+101=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2365 is #02DC9A. Grayscale: #6B6B6B. Windows color (decimal): -187547 or 6628349. OLE color: 6628349.

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

Color convert

RGB 253 35 101 -
CMYK 0 0.86 0.60 0.01
HSL 341.83º 0.98% 0.56% -
HSV(B) 341.83º 0.86% 0.99% -
XYZ 43.46 23.02 14.47 -
YUV 107.71 124.22 231.63 -
System Red Green Blue C M Y K H S L
Decimal 253 35 101 0 0.86 0.60 0.01 341.83 0.98 0.56
Hex FD 23 65 0 56 3C 1 156 62 38
Octal 375 43 145 0 126 74 1 526 142 70
Binary 11111101 100011 1100101 0 1010110 111100 1 101010110 1100010 111000

Color Harmonies of #FD2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2365

Black with #FD2365

Text Example


Text Example

White with #FD2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2365; }

 p { color: rgb(253,35,101); }

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

background-color css

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

 a { background-color: rgb(253,35,101); }

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

border-color css

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

 span { border-color: rgb(253,35,101); }

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