Html Css Color HEX #D64340 Cinnabar

📋 copy color: '#D64340'

red 214 ◦ green 67 ◦ blue 64

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

Shades of Cinnabar #D64340

Tints of Cinnabar #D64340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 62.03%
G = 19.42%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D64340 (or 0xD64340) is known color: Cinnabar. HEX triplet: D6, 43 and 40. RGB value is (214,67,64). Sum of RGB (Red+Green+Blue) = 214+67+64=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D64340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64340 is #29BCBF. Grayscale: #6E6E6E. Windows color (decimal): -2735296 or 4211670. OLE color: 4211670.

HSL color Cylindrical-coordinate representation of color #D64340: hue angle of 1.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64340 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 64 -
CMYK 0 0.69 0.70 0.16
HSL 1.2º 0.65% 0.55% -
HSV(B) 1.2º 0.7% 0.84% -
XYZ 30.66 18.68 6.84 -
YUV 110.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 214 67 64 0 0.69 0.70 0.16 1.2 0.65 0.55
Hex D6 43 40 0 45 46 10 1 41 37
Octal 326 103 100 0 105 106 20 1 101 67
Binary 11010110 1000011 1000000 0 1000101 1000110 10000 1 1000001 110111

Color Harmonies of #D64340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64340

Black with #D64340

Text Example


Text Example

White with #D64340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64340; }

 p { color: rgb(214,67,64); }

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

background-color css

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

 a { background-color: rgb(214,67,64); }

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

border-color css

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

 span { border-color: rgb(214,67,64); }

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