Html Css Color HEX #D64426 Cinnabar

📋 copy color: '#D64426'

red 214 ◦ green 68 ◦ blue 38

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

Shades of Cinnabar #D64426

Tints of Cinnabar #D64426

RGB

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

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

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

R = 66.88%
G = 21.25%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D64426 (or 0xD64426) is known color: Cinnabar. HEX triplet: D6, 44 and 26. RGB value is (214,68,38). Sum of RGB (Red+Green+Blue) = 214+68+38=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64426 is #29BBD9. Grayscale: #6C6C6C. Windows color (decimal): -2735066 or 2507990. OLE color: 2507990.

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

Color convert

RGB 214 68 38 -
CMYK 0 0.68 0.82 0.16
HSL 10.23º 0.7% 0.49% -
HSV(B) 10.23º 0.82% 0.84% -
XYZ 30.15 18.57 3.83 -
YUV 108.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 214 68 38 0 0.68 0.82 0.16 10.23 0.7 0.49
Hex D6 44 26 0 44 52 10 A 46 31
Octal 326 104 46 0 104 122 20 12 106 61
Binary 11010110 1000100 100110 0 1000100 1010010 10000 1010 1000110 110001

Color Harmonies of #D64426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64426

Black with #D64426

Text Example


Text Example

White with #D64426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64426; }

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

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

background-color css

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

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

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

border-color css

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

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

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