Html Css Color HEX #D5262A Alizarin

📋 copy color: '#D5262A'

red 213 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #D5262A

Tints of Alizarin #D5262A

RGB

 RED value IS 213 (83.59% from 255) = 72.7%

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 72.7%
G = 12.97%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5262A (or 0xD5262A) is known color: Alizarin. HEX triplet: D5, 26 and 2A. RGB value is (213,38,42). Sum of RGB (Red+Green+Blue) = 213+38+42=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5262A is #2AD9D5. Grayscale: #5A5A5A. Windows color (decimal): -2808278 or 2762453. OLE color: 2762453.

HSL color Cylindrical-coordinate representation of color #D5262A: hue angle of 358.63º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5262A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 42 -
CMYK 0 0.82 0.80 0.16
HSL 358.63º 0.7% 0.49% -
HSV(B) 358.63º 0.82% 0.84% -
XYZ 28.55 15.7 3.72 -
YUV 90.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 213 38 42 0 0.82 0.80 0.16 358.63 0.7 0.49
Hex D5 26 2A 0 52 50 10 167 46 31
Octal 325 46 52 0 122 120 20 547 106 61
Binary 11010101 100110 101010 0 1010010 1010000 10000 101100111 1000110 110001

Color Harmonies of #D5262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5262A

Black with #D5262A

Text Example


Text Example

White with #D5262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5262A; }

 p { color: rgb(213,38,42); }

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

background-color css

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

 a { background-color: rgb(213,38,42); }

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

border-color css

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

 span { border-color: rgb(213,38,42); }

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