Html Css Color HEX #D64228 Cinnabar

📋 copy color: '#D64228'

red 214 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #D64228

Tints of Cinnabar #D64228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 66.88%
G = 20.63%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D64228 (or 0xD64228) is known color: Cinnabar. HEX triplet: D6, 42 and 28. RGB value is (214,66,40). Sum of RGB (Red+Green+Blue) = 214+66+40=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64228 is #29BDD7. Grayscale: #6B6B6B. Windows color (decimal): -2735576 or 2638550. OLE color: 2638550.

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

Color convert

RGB 214 66 40 -
CMYK 0 0.69 0.81 0.16
HSL 8.97º 0.69% 0.5% -
HSV(B) 8.97º 0.81% 0.84% -
XYZ 30.06 18.35 3.96 -
YUV 107.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 214 66 40 0 0.69 0.81 0.16 8.97 0.69 0.5
Hex D6 42 28 0 45 51 10 9 45 32
Octal 326 102 50 0 105 121 20 11 105 62
Binary 11010110 1000010 101000 0 1000101 1010001 10000 1001 1000101 110010

Color Harmonies of #D64228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64228

Black with #D64228

Text Example


Text Example

White with #D64228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64228; }

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

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

background-color css

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

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

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

border-color css

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

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

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