Html Css Color HEX #D64326 Cinnabar

📋 copy color: '#D64326'

red 214 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #D64326

Tints of Cinnabar #D64326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 67.08%
G = 21%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D64326 (or 0xD64326) is known color: Cinnabar. HEX triplet: D6, 43 and 26. RGB value is (214,67,38). Sum of RGB (Red+Green+Blue) = 214+67+38=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64326 is #29BCD9. Grayscale: #6B6B6B. Windows color (decimal): -2735322 or 2507734. OLE color: 2507734.

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

Color convert

RGB 214 67 38 -
CMYK 0 0.69 0.82 0.16
HSL 9.89º 0.7% 0.49% -
HSV(B) 9.89º 0.82% 0.84% -
XYZ 30.09 18.45 3.81 -
YUV 107.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 214 67 38 0 0.69 0.82 0.16 9.89 0.7 0.49
Hex D6 43 26 0 45 52 10 A 46 31
Octal 326 103 46 0 105 122 20 12 106 61
Binary 11010110 1000011 100110 0 1000101 1010010 10000 1010 1000110 110001

Color Harmonies of #D64326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64326

Black with #D64326

Text Example


Text Example

White with #D64326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64326; }

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

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

background-color css

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

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

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

border-color css

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

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

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