Html Css Color HEX #FD3438 Alizarin

📋 copy color: '#FD3438'

red 253 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #FD3438

Tints of Alizarin #FD3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 70.08%
G = 14.4%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD3438 (or 0xFD3438) is known color: Alizarin. HEX triplet: FD, 34 and 38. RGB value is (253,52,56). Sum of RGB (Red+Green+Blue) = 253+52+56=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3438 is #02CBC7. Grayscale: #707070. Windows color (decimal): -183240 or 3683581. OLE color: 3683581.

HSL color Cylindrical-coordinate representation of color #FD3438: 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.79%. Process color model (Four color, CMYK) of #FD3438 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 56 -
CMYK 0 0.79 0.78 0.01
HSL 358.81º 0.98% 0.6% -
HSV(B) 358.81º 0.79% 0.99% -
XYZ 42.45 23.62 6.06 -
YUV 112.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 253 52 56 0 0.79 0.78 0.01 358.81 0.98 0.6
Hex FD 34 38 0 4F 4E 1 167 62 3C
Octal 375 64 70 0 117 116 1 547 142 74
Binary 11111101 110100 111000 0 1001111 1001110 1 101100111 1100010 111100

Color Harmonies of #FD3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3438

Black with #FD3438

Text Example


Text Example

White with #FD3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3438; }

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

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

background-color css

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

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

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

border-color css

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

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

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