Html Css Color HEX #D64729 Cinnabar

📋 copy color: '#D64729'

red 214 ◦ green 71 ◦ blue 41

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

Shades of Cinnabar #D64729

Tints of Cinnabar #D64729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 65.64%
G = 21.78%
B = 12.58%

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

#D64729 (or 0xD64729) is known color: Cinnabar. HEX triplet: D6, 47 and 29. RGB value is (214,71,41). Sum of RGB (Red+Green+Blue) = 214+71+41=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D64729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64729 is #29B8D6. Grayscale: #6E6E6E. Windows color (decimal): -2734295 or 2705366. OLE color: 2705366.

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

Color convert

RGB 214 71 41 -
CMYK 0 0.67 0.81 0.16
HSL 10.4º 0.68% 0.5% -
HSV(B) 10.4º 0.81% 0.84% -
XYZ 30.39 18.96 4.16 -
YUV 110.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 214 71 41 0 0.67 0.81 0.16 10.4 0.68 0.5
Hex D6 47 29 0 43 51 10 A 44 32
Octal 326 107 51 0 103 121 20 12 104 62
Binary 11010110 1000111 101001 0 1000011 1010001 10000 1010 1000100 110010

Color Harmonies of #D64729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64729

Black with #D64729

Text Example


Text Example

White with #D64729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64729; }

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

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

background-color css

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

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

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

border-color css

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

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

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