Html Css Color HEX #D64828 Cinnabar

📋 copy color: '#D64828'

red 214 ◦ green 72 ◦ blue 40

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

Shades of Cinnabar #D64828

Tints of Cinnabar #D64828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 65.64%
G = 22.09%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D64828 (or 0xD64828) is known color: Cinnabar. HEX triplet: D6, 48 and 28. RGB value is (214,72,40). Sum of RGB (Red+Green+Blue) = 214+72+40=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D64828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64828 is #29B7D7. Grayscale: #6F6F6F. Windows color (decimal): -2734040 or 2640086. OLE color: 2640086.

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

Color convert

RGB 214 72 40 -
CMYK 0 0.66 0.81 0.16
HSL 11.03º 0.69% 0.5% -
HSV(B) 11.03º 0.81% 0.84% -
XYZ 30.43 19.08 4.09 -
YUV 110.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 214 72 40 0 0.66 0.81 0.16 11.03 0.69 0.5
Hex D6 48 28 0 42 51 10 B 45 32
Octal 326 110 50 0 102 121 20 13 105 62
Binary 11010110 1001000 101000 0 1000010 1010001 10000 1011 1000101 110010

Color Harmonies of #D64828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64828

Black with #D64828

Text Example


Text Example

White with #D64828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64828; }

 p { color: rgb(214,72,40); }

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

background-color css

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

 a { background-color: rgb(214,72,40); }

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

border-color css

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

 span { border-color: rgb(214,72,40); }

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