Html Css Color HEX #FD2567 Radical Red

📋 copy color: '#FD2567'

red 253 ◦ green 37 ◦ blue 103

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

Shades of Radical Red #FD2567

Tints of Radical Red #FD2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 64.38%
G = 9.41%
B = 26.21%

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

#FD2567 (or 0xFD2567) is known color: Radical Red. HEX triplet: FD, 25 and 67. RGB value is (253,37,103). Sum of RGB (Red+Green+Blue) = 253+37+103=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2567 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2567 is #02DA98. Grayscale: #6D6D6D. Windows color (decimal): -187033 or 6759933. OLE color: 6759933.

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

Color convert

RGB 253 37 103 -
CMYK 0 0.85 0.59 0.01
HSL 341.67º 0.98% 0.57% -
HSV(B) 341.67º 0.85% 0.99% -
XYZ 43.62 23.19 15.01 -
YUV 109.11 124.56 230.63 -
System Red Green Blue C M Y K H S L
Decimal 253 37 103 0 0.85 0.59 0.01 341.67 0.98 0.57
Hex FD 25 67 0 55 3B 1 156 62 39
Octal 375 45 147 0 125 73 1 526 142 71
Binary 11111101 100101 1100111 0 1010101 111011 1 101010110 1100010 111001

Color Harmonies of #FD2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2567

Black with #FD2567

Text Example


Text Example

White with #FD2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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