Html Css Color HEX #D62330 Alizarin

📋 copy color: '#D62330'

red 214 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #D62330

Tints of Alizarin #D62330

RGB

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

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

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

R = 72.05%
G = 11.78%
B = 16.16%

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

#D62330 (or 0xD62330) is known color: Alizarin. HEX triplet: D6, 23 and 30. RGB value is (214,35,48). Sum of RGB (Red+Green+Blue) = 214+35+48=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D62330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62330 is #29DCCF. Grayscale: #5A5A5A. Windows color (decimal): -2743504 or 3154902. OLE color: 3154902.

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

Color convert

RGB 214 35 48 -
CMYK 0 0.84 0.78 0.16
HSL 355.64º 0.72% 0.49% -
HSV(B) 355.64º 0.84% 0.84% -
XYZ 28.87 15.71 4.31 -
YUV 90 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 214 35 48 0 0.84 0.78 0.16 355.64 0.72 0.49
Hex D6 23 30 0 54 4E 10 164 48 31
Octal 326 43 60 0 124 116 20 544 110 61
Binary 11010110 100011 110000 0 1010100 1001110 10000 101100100 1001000 110001

Color Harmonies of #D62330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62330

Black with #D62330

Text Example


Text Example

White with #D62330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62330; }

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

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

background-color css

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

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

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

border-color css

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

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

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