Html Css Color HEX #D64428 Cinnabar

📋 copy color: '#D64428'

red 214 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #D64428

Tints of Cinnabar #D64428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

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

R = 66.46%
G = 21.12%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D64428 (or 0xD64428) is known color: Cinnabar. HEX triplet: D6, 44 and 28. RGB value is (214,68,40). Sum of RGB (Red+Green+Blue) = 214+68+40=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D64428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64428 is #29BBD7. Grayscale: #6C6C6C. Windows color (decimal): -2735064 or 2639062. OLE color: 2639062.

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

Color convert

RGB 214 68 40 -
CMYK 0 0.68 0.81 0.16
HSL 9.66º 0.69% 0.5% -
HSV(B) 9.66º 0.81% 0.84% -
XYZ 30.18 18.58 4 -
YUV 108.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 214 68 40 0 0.68 0.81 0.16 9.66 0.69 0.5
Hex D6 44 28 0 44 51 10 A 45 32
Octal 326 104 50 0 104 121 20 12 105 62
Binary 11010110 1000100 101000 0 1000100 1010001 10000 1010 1000101 110010

Color Harmonies of #D64428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64428

Black with #D64428

Text Example


Text Example

White with #D64428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64428; }

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

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

background-color css

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

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

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

border-color css

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

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

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