Html Css Color HEX #FD2765 Radical Red

📋 copy color: '#FD2765'

red 253 ◦ green 39 ◦ blue 101

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

Shades of Radical Red #FD2765

Tints of Radical Red #FD2765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.92%

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

R = 64.38%
G = 9.92%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2765 (or 0xFD2765) is known color: Radical Red. HEX triplet: FD, 27 and 65. RGB value is (253,39,101). Sum of RGB (Red+Green+Blue) = 253+39+101=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2765 is #02D89A. Grayscale: #6E6E6E. Windows color (decimal): -186523 or 6629373. OLE color: 6629373.

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

Color convert

RGB 253 39 101 -
CMYK 0 0.85 0.60 0.01
HSL 342.62º 0.98% 0.57% -
HSV(B) 342.62º 0.85% 0.99% -
XYZ 43.58 23.27 14.51 -
YUV 110.05 122.9 229.96 -
System Red Green Blue C M Y K H S L
Decimal 253 39 101 0 0.85 0.60 0.01 342.62 0.98 0.57
Hex FD 27 65 0 55 3C 1 157 62 39
Octal 375 47 145 0 125 74 1 527 142 71
Binary 11111101 100111 1100101 0 1010101 111100 1 101010111 1100010 111001

Color Harmonies of #FD2765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2765

Black with #FD2765

Text Example


Text Example

White with #FD2765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2765; }

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

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

background-color css

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

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

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

border-color css

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

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

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