Html Css Color HEX #D64026 Cinnabar

📋 copy color: '#D64026'

red 214 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #D64026

Tints of Cinnabar #D64026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 67.72%
G = 20.25%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D64026 (or 0xD64026) is known color: Cinnabar. HEX triplet: D6, 40 and 26. RGB value is (214,64,38). Sum of RGB (Red+Green+Blue) = 214+64+38=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64026 is #29BFD9. Grayscale: #6A6A6A. Windows color (decimal): -2736090 or 2506966. OLE color: 2506966.

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

Color convert

RGB 214 64 38 -
CMYK 0 0.70 0.82 0.16
HSL 8.86º 0.7% 0.49% -
HSV(B) 8.86º 0.82% 0.84% -
XYZ 29.91 18.1 3.75 -
YUV 105.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 214 64 38 0 0.70 0.82 0.16 8.86 0.7 0.49
Hex D6 40 26 0 46 52 10 9 46 31
Octal 326 100 46 0 106 122 20 11 106 61
Binary 11010110 1000000 100110 0 1000110 1010010 10000 1001 1000110 110001

Color Harmonies of #D64026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64026

Black with #D64026

Text Example


Text Example

White with #D64026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64026; }

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

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

background-color css

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

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

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

border-color css

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

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

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