Html Css Color HEX #D64543 Cinnabar

📋 copy color: '#D64543'

red 214 ◦ green 69 ◦ blue 67

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

Shades of Cinnabar #D64543

Tints of Cinnabar #D64543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 61.14%
G = 19.71%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64543 (or 0xD64543) is known color: Cinnabar. HEX triplet: D6, 45 and 43. RGB value is (214,69,67). Sum of RGB (Red+Green+Blue) = 214+69+67=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64543 is #29BABC. Grayscale: #707070. Windows color (decimal): -2734781 or 4408790. OLE color: 4408790.

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

Color convert

RGB 214 69 67 -
CMYK 0 0.68 0.69 0.16
HSL 0.82º 0.64% 0.55% -
HSV(B) 0.82º 0.69% 0.84% -
XYZ 30.87 18.96 7.34 -
YUV 112.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 214 69 67 0 0.68 0.69 0.16 0.82 0.64 0.55
Hex D6 45 43 0 44 45 10 1 40 37
Octal 326 105 103 0 104 105 20 1 100 67
Binary 11010110 1000101 1000011 0 1000100 1000101 10000 1 1000000 110111

Color Harmonies of #D64543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64543

Black with #D64543

Text Example


Text Example

White with #D64543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64543; }

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

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

background-color css

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

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

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

border-color css

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

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

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