Html Css Color HEX #FD3850 Radical Red

📋 copy color: '#FD3850'

red 253 ◦ green 56 ◦ blue 80

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

Shades of Radical Red #FD3850

Tints of Radical Red #FD3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 65.04%
G = 14.4%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD3850 (or 0xFD3850) is known color: Radical Red. HEX triplet: FD, 38 and 50. RGB value is (253,56,80). Sum of RGB (Red+Green+Blue) = 253+56+80=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3850 is #02C7AF. Grayscale: #757575. Windows color (decimal): -182192 or 5257469. OLE color: 5257469.

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

Color convert

RGB 253 56 80 -
CMYK 0 0.78 0.68 0.01
HSL 352.69º 0.98% 0.61% -
HSV(B) 352.69º 0.78% 0.99% -
XYZ 43.37 24.29 9.99 -
YUV 117.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 253 56 80 0 0.78 0.68 0.01 352.69 0.98 0.61
Hex FD 38 50 0 4E 44 1 161 62 3D
Octal 375 70 120 0 116 104 1 541 142 75
Binary 11111101 111000 1010000 0 1001110 1000100 1 101100001 1100010 111101

Color Harmonies of #FD3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3850

Black with #FD3850

Text Example


Text Example

White with #FD3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3850; }

 p { color: rgb(253,56,80); }

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

background-color css

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

 a { background-color: rgb(253,56,80); }

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

border-color css

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

 span { border-color: rgb(253,56,80); }

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