Html Css Color HEX #FD363C Alizarin

📋 copy color: '#FD363C'

red 253 ◦ green 54 ◦ blue 60

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

Shades of Alizarin #FD363C

Tints of Alizarin #FD363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.71%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 68.94%
G = 14.71%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD363C (or 0xFD363C) is known color: Alizarin. HEX triplet: FD, 36 and 3C. RGB value is (253,54,60). Sum of RGB (Red+Green+Blue) = 253+54+60=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD363C is #02C9C3. Grayscale: #727272. Windows color (decimal): -182724 or 3946237. OLE color: 3946237.

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

Color convert

RGB 253 54 60 -
CMYK 0 0.79 0.76 0.01
HSL 358.19º 0.98% 0.6% -
HSV(B) 358.19º 0.79% 0.99% -
XYZ 42.64 23.85 6.63 -
YUV 114.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 253 54 60 0 0.79 0.76 0.01 358.19 0.98 0.6
Hex FD 36 3C 0 4F 4C 1 166 62 3C
Octal 375 66 74 0 117 114 1 546 142 74
Binary 11111101 110110 111100 0 1001111 1001100 1 101100110 1100010 111100

Color Harmonies of #FD363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD363C

Black with #FD363C

Text Example


Text Example

White with #FD363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD363C; }

 p { color: rgb(253,54,60); }

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

background-color css

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

 a { background-color: rgb(253,54,60); }

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

border-color css

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

 span { border-color: rgb(253,54,60); }

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