Html Css Color HEX #FD2867 Radical Red

📋 copy color: '#FD2867'

red 253 ◦ green 40 ◦ blue 103

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

Shades of Radical Red #FD2867

Tints of Radical Red #FD2867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 63.89%
G = 10.1%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD2867 (or 0xFD2867) is known color: Radical Red. HEX triplet: FD, 28 and 67. RGB value is (253,40,103). Sum of RGB (Red+Green+Blue) = 253+40+103=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2867 is #02D798. Grayscale: #6E6E6E. Windows color (decimal): -186265 or 6760701. OLE color: 6760701.

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

Color convert

RGB 253 40 103 -
CMYK 0 0.84 0.59 0.01
HSL 342.25º 0.98% 0.57% -
HSV(B) 342.25º 0.84% 0.99% -
XYZ 43.71 23.38 15.04 -
YUV 110.87 123.57 229.38 -
System Red Green Blue C M Y K H S L
Decimal 253 40 103 0 0.84 0.59 0.01 342.25 0.98 0.57
Hex FD 28 67 0 54 3B 1 156 62 39
Octal 375 50 147 0 124 73 1 526 142 71
Binary 11111101 101000 1100111 0 1010100 111011 1 101010110 1100010 111001

Color Harmonies of #FD2867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2867

Black with #FD2867

Text Example


Text Example

White with #FD2867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2867; }

 p { color: rgb(253,40,103); }

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

background-color css

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

 a { background-color: rgb(253,40,103); }

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

border-color css

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

 span { border-color: rgb(253,40,103); }

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