Html Css Color HEX #D62730 Alizarin

📋 copy color: '#D62730'

red 214 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #D62730

Tints of Alizarin #D62730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 71.1%
G = 12.96%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D62730 (or 0xD62730) is known color: Alizarin. HEX triplet: D6, 27 and 30. RGB value is (214,39,48). Sum of RGB (Red+Green+Blue) = 214+39+48=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62730 is #29D8CF. Grayscale: #5C5C5C. Windows color (decimal): -2742480 or 3155926. OLE color: 3155926.

HSL color Cylindrical-coordinate representation of color #D62730: hue angle of 356.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62730 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 48 -
CMYK 0 0.82 0.78 0.16
HSL 356.91º 0.69% 0.5% -
HSV(B) 356.91º 0.82% 0.84% -
XYZ 28.99 15.96 4.35 -
YUV 92.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 214 39 48 0 0.82 0.78 0.16 356.91 0.69 0.5
Hex D6 27 30 0 52 4E 10 165 45 32
Octal 326 47 60 0 122 116 20 545 105 62
Binary 11010110 100111 110000 0 1010010 1001110 10000 101100101 1000101 110010

Color Harmonies of #D62730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62730

Black with #D62730

Text Example


Text Example

White with #D62730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62730; }

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

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

background-color css

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

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

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

border-color css

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

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

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