Html Css Color HEX #FD3237 Alizarin

📋 copy color: '#FD3237'

red 253 ◦ green 50 ◦ blue 55

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

Shades of Alizarin #FD3237

Tints of Alizarin #FD3237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 70.67%
G = 13.97%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD3237 (or 0xFD3237) is known color: Alizarin. HEX triplet: FD, 32 and 37. RGB value is (253,50,55). Sum of RGB (Red+Green+Blue) = 253+50+55=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3237 is #02CDC8. Grayscale: #6F6F6F. Windows color (decimal): -183753 or 3617533. OLE color: 3617533.

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

Color convert

RGB 253 50 55 -
CMYK 0 0.80 0.78 0.01
HSL 358.52º 0.98% 0.59% -
HSV(B) 358.52º 0.8% 0.99% -
XYZ 42.34 23.44 5.91 -
YUV 111.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 253 50 55 0 0.80 0.78 0.01 358.52 0.98 0.59
Hex FD 32 37 0 50 4E 1 167 62 3B
Octal 375 62 67 0 120 116 1 547 142 73
Binary 11111101 110010 110111 0 1010000 1001110 1 101100111 1100010 111011

Color Harmonies of #FD3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3237

Black with #FD3237

Text Example


Text Example

White with #FD3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3237; }

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

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

background-color css

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

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

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

border-color css

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

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

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