Html Css Color HEX #FD3338 Alizarin

📋 copy color: '#FD3338'

red 253 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #FD3338

Tints of Alizarin #FD3338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 70.28%
G = 14.17%
B = 15.56%

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

#FD3338 (or 0xFD3338) is known color: Alizarin. HEX triplet: FD, 33 and 38. RGB value is (253,51,56). Sum of RGB (Red+Green+Blue) = 253+51+56=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3338 is #02CCC7. Grayscale: #707070. Windows color (decimal): -183496 or 3683325. OLE color: 3683325.

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

Color convert

RGB 253 51 56 -
CMYK 0 0.80 0.78 0.01
HSL 358.51º 0.98% 0.6% -
HSV(B) 358.51º 0.8% 0.99% -
XYZ 42.41 23.54 6.05 -
YUV 111.97 96.42 228.59 -
System Red Green Blue C M Y K H S L
Decimal 253 51 56 0 0.80 0.78 0.01 358.51 0.98 0.6
Hex FD 33 38 0 50 4E 1 167 62 3C
Octal 375 63 70 0 120 116 1 547 142 74
Binary 11111101 110011 111000 0 1010000 1001110 1 101100111 1100010 111100

Color Harmonies of #FD3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3338

Black with #FD3338

Text Example


Text Example

White with #FD3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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