Html Css Color HEX #D4262D Alizarin

📋 copy color: '#D4262D'

red 212 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #D4262D

Tints of Alizarin #D4262D

RGB

 RED value IS 212 (83.2% from 255) = 71.86%

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 71.86%
G = 12.88%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4262D (or 0xD4262D) is known color: Alizarin. HEX triplet: D4, 26 and 2D. RGB value is (212,38,45). Sum of RGB (Red+Green+Blue) = 212+38+45=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4262D is #2BD9D2. Grayscale: #5A5A5A. Windows color (decimal): -2873811 or 2959060. OLE color: 2959060.

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

Color convert

RGB 212 38 45 -
CMYK 0 0.82 0.79 0.17
HSL 357.59º 0.7% 0.49% -
HSV(B) 357.59º 0.82% 0.83% -
XYZ 28.32 15.57 4 -
YUV 90.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 212 38 45 0 0.82 0.79 0.17 357.59 0.7 0.49
Hex D4 26 2D 0 52 4F 11 166 46 31
Octal 324 46 55 0 122 117 21 546 106 61
Binary 11010100 100110 101101 0 1010010 1001111 10001 101100110 1000110 110001

Color Harmonies of #D4262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4262D

Black with #D4262D

Text Example


Text Example

White with #D4262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4262D; }

 p { color: rgb(212,38,45); }

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

background-color css

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

 a { background-color: rgb(212,38,45); }

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

border-color css

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

 span { border-color: rgb(212,38,45); }

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