Html Css Color HEX #FD3344 Radical Red

📋 copy color: '#FD3344'

red 253 ◦ green 51 ◦ blue 68

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

Shades of Radical Red #FD3344

Tints of Radical Red #FD3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 68.01%
G = 13.71%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD3344 (or 0xFD3344) is known color: Radical Red. HEX triplet: FD, 33 and 44. RGB value is (253,51,68). Sum of RGB (Red+Green+Blue) = 253+51+68=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3344 is #02CCBB. Grayscale: #717171. Windows color (decimal): -183484 or 4469757. OLE color: 4469757.

HSL color Cylindrical-coordinate representation of color #FD3344: hue angle of 354.95º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD3344 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 51 68 -
CMYK 0 0.80 0.73 0.01
HSL 354.95º 0.98% 0.6% -
HSV(B) 354.95º 0.8% 0.99% -
XYZ 42.74 23.67 7.78 -
YUV 113.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 253 51 68 0 0.80 0.73 0.01 354.95 0.98 0.6
Hex FD 33 44 0 50 49 1 163 62 3C
Octal 375 63 104 0 120 111 1 543 142 74
Binary 11111101 110011 1000100 0 1010000 1001001 1 101100011 1100010 111100

Color Harmonies of #FD3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3344

Black with #FD3344

Text Example


Text Example

White with #FD3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3344; }

 p { color: rgb(253,51,68); }

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

background-color css

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

 a { background-color: rgb(253,51,68); }

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

border-color css

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

 span { border-color: rgb(253,51,68); }

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