Html Css Color HEX #D64526 Cinnabar

📋 copy color: '#D64526'

red 214 ◦ green 69 ◦ blue 38

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

Shades of Cinnabar #D64526

Tints of Cinnabar #D64526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 66.67%
G = 21.5%
B = 11.84%

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

#D64526 (or 0xD64526) is known color: Cinnabar. HEX triplet: D6, 45 and 26. RGB value is (214,69,38). Sum of RGB (Red+Green+Blue) = 214+69+38=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D64526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64526 is #29BAD9. Grayscale: #6D6D6D. Windows color (decimal): -2734810 or 2508246. OLE color: 2508246.

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

Color convert

RGB 214 69 38 -
CMYK 0 0.68 0.82 0.16
HSL 10.57º 0.7% 0.49% -
HSV(B) 10.57º 0.82% 0.84% -
XYZ 30.21 18.69 3.85 -
YUV 108.82 88.04 203.02 -
System Red Green Blue C M Y K H S L
Decimal 214 69 38 0 0.68 0.82 0.16 10.57 0.7 0.49
Hex D6 45 26 0 44 52 10 B 46 31
Octal 326 105 46 0 104 122 20 13 106 61
Binary 11010110 1000101 100110 0 1000100 1010010 10000 1011 1000110 110001

Color Harmonies of #D64526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64526

Black with #D64526

Text Example


Text Example

White with #D64526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64526; }

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

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

background-color css

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

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

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

border-color css

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

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

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