Html Css Color HEX #FD3337 Alizarin

📋 copy color: '#FD3337'

red 253 ◦ green 51 ◦ blue 55

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

Shades of Alizarin #FD3337

Tints of Alizarin #FD3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

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

R = 70.47%
G = 14.21%
B = 15.32%

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

#FD3337 (or 0xFD3337) is known color: Alizarin. HEX triplet: FD, 33 and 37. RGB value is (253,51,55). Sum of RGB (Red+Green+Blue) = 253+51+55=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3337 is #02CCC8. Grayscale: #707070. Windows color (decimal): -183497 or 3617789. OLE color: 3617789.

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

Color convert

RGB 253 51 55 -
CMYK 0 0.80 0.78 0.01
HSL 358.81º 0.98% 0.6% -
HSV(B) 358.81º 0.8% 0.99% -
XYZ 42.38 23.53 5.92 -
YUV 111.85 95.92 228.67 -
System Red Green Blue C M Y K H S L
Decimal 253 51 55 0 0.80 0.78 0.01 358.81 0.98 0.6
Hex FD 33 37 0 50 4E 1 167 62 3C
Octal 375 63 67 0 120 116 1 547 142 74
Binary 11111101 110011 110111 0 1010000 1001110 1 101100111 1100010 111100

Color Harmonies of #FD3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3337

Black with #FD3337

Text Example


Text Example

White with #FD3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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