Html Css Color HEX #D64629 Cinnabar

📋 copy color: '#D64629'

red 214 ◦ green 70 ◦ blue 41

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

Shades of Cinnabar #D64629

Tints of Cinnabar #D64629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 65.85%
G = 21.54%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D64629 (or 0xD64629) is known color: Cinnabar. HEX triplet: D6, 46 and 29. RGB value is (214,70,41). Sum of RGB (Red+Green+Blue) = 214+70+41=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D64629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64629 is #29B9D6. Grayscale: #6E6E6E. Windows color (decimal): -2734551 or 2705110. OLE color: 2705110.

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

Color convert

RGB 214 70 41 -
CMYK 0 0.67 0.81 0.16
HSL 10.06º 0.68% 0.5% -
HSV(B) 10.06º 0.81% 0.84% -
XYZ 30.32 18.84 4.14 -
YUV 109.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 214 70 41 0 0.67 0.81 0.16 10.06 0.68 0.5
Hex D6 46 29 0 43 51 10 A 44 32
Octal 326 106 51 0 103 121 20 12 104 62
Binary 11010110 1000110 101001 0 1000011 1010001 10000 1010 1000100 110010

Color Harmonies of #D64629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64629

Black with #D64629

Text Example


Text Example

White with #D64629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64629; }

 p { color: rgb(214,70,41); }

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

background-color css

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

 a { background-color: rgb(214,70,41); }

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

border-color css

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

 span { border-color: rgb(214,70,41); }

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