Html Css Color HEX #FD2E3A Alizarin

📋 copy color: '#FD2E3A'

red 253 ◦ green 46 ◦ blue 58

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

Shades of Alizarin #FD2E3A

Tints of Alizarin #FD2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 70.87%
G = 12.89%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD2E3A (or 0xFD2E3A) is known color: Alizarin. HEX triplet: FD, 2E and 3A. RGB value is (253,46,58). Sum of RGB (Red+Green+Blue) = 253+46+58=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E3A is #02D1C5. Grayscale: #6D6D6D. Windows color (decimal): -184774 or 3813117. OLE color: 3813117.

HSL color Cylindrical-coordinate representation of color #FD2E3A: hue angle of 356.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 46 58 -
CMYK 0 0.82 0.77 0.01
HSL 356.52º 0.98% 0.59% -
HSV(B) 356.52º 0.82% 0.99% -
XYZ 42.25 23.14 6.24 -
YUV 109.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 253 46 58 0 0.82 0.77 0.01 356.52 0.98 0.59
Hex FD 2E 3A 0 52 4D 1 165 62 3B
Octal 375 56 72 0 122 115 1 545 142 73
Binary 11111101 101110 111010 0 1010010 1001101 1 101100101 1100010 111011

Color Harmonies of #FD2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E3A

Black with #FD2E3A

Text Example


Text Example

White with #FD2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E3A; }

 p { color: rgb(253,46,58); }

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

background-color css

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

 a { background-color: rgb(253,46,58); }

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

border-color css

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

 span { border-color: rgb(253,46,58); }

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