Html Css Color HEX #FD3437 Alizarin

📋 copy color: '#FD3437'

red 253 ◦ green 52 ◦ blue 55

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

Shades of Alizarin #FD3437

Tints of Alizarin #FD3437

RGB

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

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

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

R = 70.28%
G = 14.44%
B = 15.28%

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

#FD3437 (or 0xFD3437) is known color: Alizarin. HEX triplet: FD, 34 and 37. RGB value is (253,52,55). Sum of RGB (Red+Green+Blue) = 253+52+55=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3437 is #02CBC8. Grayscale: #707070. Windows color (decimal): -183241 or 3618045. OLE color: 3618045.

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

Color convert

RGB 253 52 55 -
CMYK 0 0.79 0.78 0.01
HSL 359.1º 0.98% 0.6% -
HSV(B) 359.1º 0.79% 0.99% -
XYZ 42.43 23.61 5.94 -
YUV 112.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 253 52 55 0 0.79 0.78 0.01 359.1 0.98 0.6
Hex FD 34 37 0 4F 4E 1 167 62 3C
Octal 375 64 67 0 117 116 1 547 142 74
Binary 11111101 110100 110111 0 1001111 1001110 1 101100111 1100010 111100

Color Harmonies of #FD3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3437

Black with #FD3437

Text Example


Text Example

White with #FD3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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