Html Css Color HEX #FD363D Alizarin

📋 copy color: '#FD363D'

red 253 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #FD363D

Tints of Alizarin #FD363D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 68.75%
G = 14.67%
B = 16.58%

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

#FD363D (or 0xFD363D) is known color: Alizarin. HEX triplet: FD, 36 and 3D. RGB value is (253,54,61). Sum of RGB (Red+Green+Blue) = 253+54+61=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD363D is #02C9C2. Grayscale: #727272. Windows color (decimal): -182723 or 4011773. OLE color: 4011773.

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

Color convert

RGB 253 54 61 -
CMYK 0 0.79 0.76 0.01
HSL 357.89º 0.98% 0.6% -
HSV(B) 357.89º 0.79% 0.99% -
XYZ 42.67 23.86 6.77 -
YUV 114.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 253 54 61 0 0.79 0.76 0.01 357.89 0.98 0.6
Hex FD 36 3D 0 4F 4C 1 166 62 3C
Octal 375 66 75 0 117 114 1 546 142 74
Binary 11111101 110110 111101 0 1001111 1001100 1 101100110 1100010 111100

Color Harmonies of #FD363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD363D

Black with #FD363D

Text Example


Text Example

White with #FD363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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