Html Css Color HEX #FD2667 Radical Red

📋 copy color: '#FD2667'

red 253 ◦ green 38 ◦ blue 103

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

Shades of Radical Red #FD2667

Tints of Radical Red #FD2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

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

R = 64.21%
G = 9.64%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD2667 (or 0xFD2667) is known color: Radical Red. HEX triplet: FD, 26 and 67. RGB value is (253,38,103). Sum of RGB (Red+Green+Blue) = 253+38+103=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2667 is #02D998. Grayscale: #6D6D6D. Windows color (decimal): -186777 or 6760189. OLE color: 6760189.

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

Color convert

RGB 253 38 103 -
CMYK 0 0.85 0.59 0.01
HSL 341.86º 0.98% 0.57% -
HSV(B) 341.86º 0.85% 0.99% -
XYZ 43.65 23.25 15.02 -
YUV 109.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 253 38 103 0 0.85 0.59 0.01 341.86 0.98 0.57
Hex FD 26 67 0 55 3B 1 156 62 39
Octal 375 46 147 0 125 73 1 526 142 71
Binary 11111101 100110 1100111 0 1010101 111011 1 101010110 1100010 111001

Color Harmonies of #FD2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2667

Black with #FD2667

Text Example


Text Example

White with #FD2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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