Html Css Color HEX #D6232B Alizarin

📋 copy color: '#D6232B'

red 214 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #D6232B

Tints of Alizarin #D6232B

RGB

 RED value IS 214 (83.98% from 255) = 73.29%

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 73.29%
G = 11.99%
B = 14.73%

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

#D6232B (or 0xD6232B) is known color: Alizarin. HEX triplet: D6, 23 and 2B. RGB value is (214,35,43). Sum of RGB (Red+Green+Blue) = 214+35+43=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6232B is #29DCD4. Grayscale: #595959. Windows color (decimal): -2743509 or 2827222. OLE color: 2827222.

HSL color Cylindrical-coordinate representation of color #D6232B: hue angle of 357.32º 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 #D6232B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 43 -
CMYK 0 0.84 0.80 0.16
HSL 357.32º 0.72% 0.49% -
HSV(B) 357.32º 0.84% 0.84% -
XYZ 28.77 15.67 3.79 -
YUV 89.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 214 35 43 0 0.84 0.80 0.16 357.32 0.72 0.49
Hex D6 23 2B 0 54 50 10 165 48 31
Octal 326 43 53 0 124 120 20 545 110 61
Binary 11010110 100011 101011 0 1010100 1010000 10000 101100101 1001000 110001

Color Harmonies of #D6232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6232B

Black with #D6232B

Text Example


Text Example

White with #D6232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6232B; }

 p { color: rgb(214,35,43); }

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

background-color css

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

 a { background-color: rgb(214,35,43); }

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

border-color css

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

 span { border-color: rgb(214,35,43); }

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