Html Css Color HEX #FD3239 Alizarin

📋 copy color: '#FD3239'

red 253 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #FD3239

Tints of Alizarin #FD3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

 BLUE value IS 57 (22.66% from 255) = 15.83%

R = 70.28%
G = 13.89%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD3239 (or 0xFD3239) is known color: Alizarin. HEX triplet: FD, 32 and 39. RGB value is (253,50,57). Sum of RGB (Red+Green+Blue) = 253+50+57=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3239 is #02CDC6. Grayscale: #6F6F6F. Windows color (decimal): -183751 or 3748605. OLE color: 3748605.

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

Color convert

RGB 253 50 57 -
CMYK 0 0.80 0.77 0.01
HSL 357.93º 0.98% 0.59% -
HSV(B) 357.93º 0.8% 0.99% -
XYZ 42.39 23.46 6.16 -
YUV 111.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 253 50 57 0 0.80 0.77 0.01 357.93 0.98 0.59
Hex FD 32 39 0 50 4D 1 166 62 3B
Octal 375 62 71 0 120 115 1 546 142 73
Binary 11111101 110010 111001 0 1010000 1001101 1 101100110 1100010 111011

Color Harmonies of #FD3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3239

Black with #FD3239

Text Example


Text Example

White with #FD3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3239; }

 p { color: rgb(253,50,57); }

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

background-color css

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

 a { background-color: rgb(253,50,57); }

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

border-color css

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

 span { border-color: rgb(253,50,57); }

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