Html Css Color HEX #D64734 Cinnabar

📋 copy color: '#D64734'

red 214 ◦ green 71 ◦ blue 52

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

Shades of Cinnabar #D64734

Tints of Cinnabar #D64734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 63.5%
G = 21.07%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D64734 (or 0xD64734) is known color: Cinnabar. HEX triplet: D6, 47 and 34. RGB value is (214,71,52). Sum of RGB (Red+Green+Blue) = 214+71+52=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D64734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64734 is #29B8CB. Grayscale: #6F6F6F. Windows color (decimal): -2734284 or 3426262. OLE color: 3426262.

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

Color convert

RGB 214 71 52 -
CMYK 0 0.67 0.76 0.16
HSL 7.04º 0.66% 0.52% -
HSV(B) 7.04º 0.76% 0.84% -
XYZ 30.6 19.05 5.31 -
YUV 111.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 214 71 52 0 0.67 0.76 0.16 7.04 0.66 0.52
Hex D6 47 34 0 43 4C 10 7 42 34
Octal 326 107 64 0 103 114 20 7 102 64
Binary 11010110 1000111 110100 0 1000011 1001100 10000 111 1000010 110100

Color Harmonies of #D64734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64734

Black with #D64734

Text Example


Text Example

White with #D64734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64734; }

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

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

background-color css

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

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

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

border-color css

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

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

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