Html Css Color HEX #FD303D Alizarin

📋 copy color: '#FD303D'

red 253 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #FD303D

Tints of Alizarin #FD303D

RGB

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

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

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

R = 69.89%
G = 13.26%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD303D (or 0xFD303D) is known color: Alizarin. HEX triplet: FD, 30 and 3D. RGB value is (253,48,61). Sum of RGB (Red+Green+Blue) = 253+48+61=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD303D is #02CFC2. Grayscale: #6E6E6E. Windows color (decimal): -184259 or 4010237. OLE color: 4010237.

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

Color convert

RGB 253 48 61 -
CMYK 0 0.81 0.76 0.01
HSL 356.2º 0.98% 0.59% -
HSV(B) 356.2º 0.81% 0.99% -
XYZ 42.41 23.33 6.68 -
YUV 110.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 253 48 61 0 0.81 0.76 0.01 356.2 0.98 0.59
Hex FD 30 3D 0 51 4C 1 164 62 3B
Octal 375 60 75 0 121 114 1 544 142 73
Binary 11111101 110000 111101 0 1010001 1001100 1 101100100 1100010 111011

Color Harmonies of #FD303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD303D

Black with #FD303D

Text Example


Text Example

White with #FD303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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