Html Css Color HEX #D64642 Cinnabar

📋 copy color: '#D64642'

red 214 ◦ green 70 ◦ blue 66

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

Shades of Cinnabar #D64642

Tints of Cinnabar #D64642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 61.14%
G = 20%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64642 (or 0xD64642) is known color: Cinnabar. HEX triplet: D6, 46 and 42. RGB value is (214,70,66). Sum of RGB (Red+Green+Blue) = 214+70+66=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64642 is #29B9BD. Grayscale: #707070. Windows color (decimal): -2734526 or 4343510. OLE color: 4343510.

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

Color convert

RGB 214 70 66 -
CMYK 0 0.67 0.69 0.16
HSL 1.62º 0.64% 0.55% -
HSV(B) 1.62º 0.69% 0.84% -
XYZ 30.91 19.07 7.21 -
YUV 112.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 214 70 66 0 0.67 0.69 0.16 1.62 0.64 0.55
Hex D6 46 42 0 43 45 10 2 40 37
Octal 326 106 102 0 103 105 20 2 100 67
Binary 11010110 1000110 1000010 0 1000011 1000101 10000 10 1000000 110111

Color Harmonies of #D64642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64642

Black with #D64642

Text Example


Text Example

White with #D64642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64642; }

 p { color: rgb(214,70,66); }

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

background-color css

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

 a { background-color: rgb(214,70,66); }

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

border-color css

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

 span { border-color: rgb(214,70,66); }

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