Html Css Color HEX #FD363A Alizarin

📋 copy color: '#FD363A'

red 253 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #FD363A

Tints of Alizarin #FD363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 69.32%
G = 14.79%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD363A (or 0xFD363A) is known color: Alizarin. HEX triplet: FD, 36 and 3A. RGB value is (253,54,58). Sum of RGB (Red+Green+Blue) = 253+54+58=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD363A is #02C9C5. Grayscale: #727272. Windows color (decimal): -182726 or 3815165. OLE color: 3815165.

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

Color convert

RGB 253 54 58 -
CMYK 0 0.79 0.77 0.01
HSL 358.79º 0.98% 0.6% -
HSV(B) 358.79º 0.79% 0.99% -
XYZ 42.59 23.83 6.36 -
YUV 113.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 253 54 58 0 0.79 0.77 0.01 358.79 0.98 0.6
Hex FD 36 3A 0 4F 4D 1 167 62 3C
Octal 375 66 72 0 117 115 1 547 142 74
Binary 11111101 110110 111010 0 1001111 1001101 1 101100111 1100010 111100

Color Harmonies of #FD363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD363A

Black with #FD363A

Text Example


Text Example

White with #FD363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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