Html Css Color HEX #D62C3C Alizarin

📋 copy color: '#D62C3C'

red 214 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #D62C3C

Tints of Alizarin #D62C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 67.3%
G = 13.84%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D62C3C (or 0xD62C3C) is known color: Alizarin. HEX triplet: D6, 2C and 3C. RGB value is (214,44,60). Sum of RGB (Red+Green+Blue) = 214+44+60=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C3C is #29D3C3. Grayscale: #606060. Windows color (decimal): -2741188 or 3943638. OLE color: 3943638.

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

Color convert

RGB 214 44 60 -
CMYK 0 0.79 0.72 0.16
HSL 354.35º 0.67% 0.51% -
HSV(B) 354.35º 0.79% 0.84% -
XYZ 29.45 16.42 5.89 -
YUV 96.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 214 44 60 0 0.79 0.72 0.16 354.35 0.67 0.51
Hex D6 2C 3C 0 4F 48 10 162 43 33
Octal 326 54 74 0 117 110 20 542 103 63
Binary 11010110 101100 111100 0 1001111 1001000 10000 101100010 1000011 110011

Color Harmonies of #D62C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C3C

Black with #D62C3C

Text Example


Text Example

White with #D62C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C3C; }

 p { color: rgb(214,44,60); }

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

background-color css

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

 a { background-color: rgb(214,44,60); }

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

border-color css

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

 span { border-color: rgb(214,44,60); }

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