Html Css Color HEX #FD4353 Radical Red

📋 copy color: '#FD4353'

red 253 ◦ green 67 ◦ blue 83

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

Shades of Radical Red #FD4353

Tints of Radical Red #FD4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.63%

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 62.78%
G = 16.63%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD4353 (or 0xFD4353) is known color: Radical Red. HEX triplet: FD, 43 and 53. RGB value is (253,67,83). Sum of RGB (Red+Green+Blue) = 253+67+83=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4353 is #02BCAC. Grayscale: #7C7C7C. Windows color (decimal): -179373 or 5456893. OLE color: 5456893.

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

Color convert

RGB 253 67 83 -
CMYK 0 0.74 0.67 0.01
HSL 354.84º 0.98% 0.63% -
HSV(B) 354.84º 0.74% 0.99% -
XYZ 44.08 25.52 10.79 -
YUV 124.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 253 67 83 0 0.74 0.67 0.01 354.84 0.98 0.63
Hex FD 43 53 0 4A 43 1 163 62 3F
Octal 375 103 123 0 112 103 1 543 142 77
Binary 11111101 1000011 1010011 0 1001010 1000011 1 101100011 1100010 111111

Color Harmonies of #FD4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4353

Black with #FD4353

Text Example


Text Example

White with #FD4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4353; }

 p { color: rgb(253,67,83); }

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

background-color css

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

 a { background-color: rgb(253,67,83); }

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

border-color css

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

 span { border-color: rgb(253,67,83); }

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