Html Css Color HEX #FD303A Alizarin

📋 copy color: '#FD303A'

red 253 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #FD303A

Tints of Alizarin #FD303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

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

R = 70.47%
G = 13.37%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD303A (or 0xFD303A) is known color: Alizarin. HEX triplet: FD, 30 and 3A. RGB value is (253,48,58). Sum of RGB (Red+Green+Blue) = 253+48+58=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD303A is #02CFC5. Grayscale: #6E6E6E. Windows color (decimal): -184262 or 3813629. OLE color: 3813629.

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

Color convert

RGB 253 48 58 -
CMYK 0 0.81 0.77 0.01
HSL 357.07º 0.98% 0.59% -
HSV(B) 357.07º 0.81% 0.99% -
XYZ 42.33 23.3 6.27 -
YUV 110.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 253 48 58 0 0.81 0.77 0.01 357.07 0.98 0.59
Hex FD 30 3A 0 51 4D 1 165 62 3B
Octal 375 60 72 0 121 115 1 545 142 73
Binary 11111101 110000 111010 0 1010001 1001101 1 101100101 1100010 111011

Color Harmonies of #FD303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD303A

Black with #FD303A

Text Example


Text Example

White with #FD303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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