Html Css Color HEX #D7232A Alizarin

📋 copy color: '#D7232A'

red 215 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #D7232A

Tints of Alizarin #D7232A

RGB

 RED value IS 215 (84.38% from 255) = 73.63%

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 73.63%
G = 11.99%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7232A (or 0xD7232A) is known color: Alizarin. HEX triplet: D7, 23 and 2A. RGB value is (215,35,42). Sum of RGB (Red+Green+Blue) = 215+35+42=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7232A is #28DCD5. Grayscale: #595959. Windows color (decimal): -2677974 or 2761687. OLE color: 2761687.

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

Color convert

RGB 215 35 42 -
CMYK 0 0.84 0.80 0.16
HSL 357.67º 0.72% 0.49% -
HSV(B) 357.67º 0.84% 0.84% -
XYZ 29.04 15.82 3.71 -
YUV 89.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 215 35 42 0 0.84 0.80 0.16 357.67 0.72 0.49
Hex D7 23 2A 0 54 50 10 166 48 31
Octal 327 43 52 0 124 120 20 546 110 61
Binary 11010111 100011 101010 0 1010100 1010000 10000 101100110 1001000 110001

Color Harmonies of #D7232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7232A

Black with #D7232A

Text Example


Text Example

White with #D7232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7232A; }

 p { color: rgb(215,35,42); }

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

background-color css

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

 a { background-color: rgb(215,35,42); }

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

border-color css

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

 span { border-color: rgb(215,35,42); }

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