Html Css Color HEX #D62230 Alizarin

📋 copy color: '#D62230'

red 214 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #D62230

Tints of Alizarin #D62230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 72.3%
G = 11.49%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D62230 (or 0xD62230) is known color: Alizarin. HEX triplet: D6, 22 and 30. RGB value is (214,34,48). Sum of RGB (Red+Green+Blue) = 214+34+48=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D62230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62230 is #29DDCF. Grayscale: #595959. Windows color (decimal): -2743760 or 3154646. OLE color: 3154646.

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

Color convert

RGB 214 34 48 -
CMYK 0 0.84 0.78 0.16
HSL 355.33º 0.73% 0.49% -
HSV(B) 355.33º 0.84% 0.84% -
XYZ 28.84 15.65 4.3 -
YUV 89.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 214 34 48 0 0.84 0.78 0.16 355.33 0.73 0.49
Hex D6 22 30 0 54 4E 10 163 49 31
Octal 326 42 60 0 124 116 20 543 111 61
Binary 11010110 100010 110000 0 1010100 1001110 10000 101100011 1001001 110001

Color Harmonies of #D62230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62230

Black with #D62230

Text Example


Text Example

White with #D62230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62230; }

 p { color: rgb(214,34,48); }

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

background-color css

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

 a { background-color: rgb(214,34,48); }

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

border-color css

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

 span { border-color: rgb(214,34,48); }

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