Html Css Color HEX #D4263A Alizarin

📋 copy color: '#D4263A'

red 212 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #D4263A

Tints of Alizarin #D4263A

RGB

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

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

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

R = 68.83%
G = 12.34%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4263A (or 0xD4263A) is known color: Alizarin. HEX triplet: D4, 26 and 3A. RGB value is (212,38,58). Sum of RGB (Red+Green+Blue) = 212+38+58=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4263A is #2BD9C5. Grayscale: #5C5C5C. Windows color (decimal): -2873798 or 3811028. OLE color: 3811028.

HSL color Cylindrical-coordinate representation of color #D4263A: hue angle of 353.1º 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 #D4263A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 58 -
CMYK 0 0.82 0.73 0.17
HSL 353.1º 0.7% 0.49% -
HSV(B) 353.1º 0.82% 0.83% -
XYZ 28.61 15.69 5.52 -
YUV 92.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 212 38 58 0 0.82 0.73 0.17 353.1 0.7 0.49
Hex D4 26 3A 0 52 49 11 161 46 31
Octal 324 46 72 0 122 111 21 541 106 61
Binary 11010100 100110 111010 0 1010010 1001001 10001 101100001 1000110 110001

Color Harmonies of #D4263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4263A

Black with #D4263A

Text Example


Text Example

White with #D4263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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