Html Css Color HEX #FD2A2F Alizarin

📋 copy color: '#FD2A2F'

red 253 ◦ green 42 ◦ blue 47

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

Shades of Alizarin #FD2A2F

Tints of Alizarin #FD2A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 73.98%
G = 12.28%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD2A2F (or 0xFD2A2F) is known color: Alizarin. HEX triplet: FD, 2A and 2F. RGB value is (253,42,47). Sum of RGB (Red+Green+Blue) = 253+42+47=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A2F is #02D5D0. Grayscale: #696969. Windows color (decimal): -185809 or 3091197. OLE color: 3091197.

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

Color convert

RGB 253 42 47 -
CMYK 0 0.83 0.81 0.01
HSL 358.58º 0.98% 0.58% -
HSV(B) 358.58º 0.83% 0.99% -
XYZ 41.85 22.74 4.87 -
YUV 105.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 253 42 47 0 0.83 0.81 0.01 358.58 0.98 0.58
Hex FD 2A 2F 0 53 51 1 167 62 3A
Octal 375 52 57 0 123 121 1 547 142 72
Binary 11111101 101010 101111 0 1010011 1010001 1 101100111 1100010 111010

Color Harmonies of #FD2A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A2F

Black with #FD2A2F

Text Example


Text Example

White with #FD2A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A2F; }

 p { color: rgb(253,42,47); }

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

background-color css

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

 a { background-color: rgb(253,42,47); }

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

border-color css

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

 span { border-color: rgb(253,42,47); }

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