Html Css Color HEX #D64727 Cinnabar

📋 copy color: '#D64727'

red 214 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #D64727

Tints of Cinnabar #D64727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.04%

R = 66.05%
G = 21.91%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D64727 (or 0xD64727) is known color: Cinnabar. HEX triplet: D6, 47 and 27. RGB value is (214,71,39). Sum of RGB (Red+Green+Blue) = 214+71+39=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D64727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64727 is #29B8D8. Grayscale: #6E6E6E. Windows color (decimal): -2734297 or 2574294. OLE color: 2574294.

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

Color convert

RGB 214 71 39 -
CMYK 0 0.67 0.82 0.16
HSL 10.97º 0.69% 0.5% -
HSV(B) 10.97º 0.82% 0.84% -
XYZ 30.35 18.95 3.98 -
YUV 110.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 214 71 39 0 0.67 0.82 0.16 10.97 0.69 0.5
Hex D6 47 27 0 43 52 10 B 45 32
Octal 326 107 47 0 103 122 20 13 105 62
Binary 11010110 1000111 100111 0 1000011 1010010 10000 1011 1000101 110010

Color Harmonies of #D64727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64727

Black with #D64727

Text Example


Text Example

White with #D64727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64727; }

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

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

background-color css

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

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

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

border-color css

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

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

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