Html Css Color HEX #D64523 Cinnabar

📋 copy color: '#D64523'

red 214 ◦ green 69 ◦ blue 35

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

Shades of Cinnabar #D64523

Tints of Cinnabar #D64523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 67.3%
G = 21.7%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D64523 (or 0xD64523) is known color: Cinnabar. HEX triplet: D6, 45 and 23. RGB value is (214,69,35). Sum of RGB (Red+Green+Blue) = 214+69+35=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D64523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64523 is #29BADC. Grayscale: #6C6C6C. Windows color (decimal): -2734813 or 2311638. OLE color: 2311638.

HSL color Cylindrical-coordinate representation of color #D64523: hue angle of 11.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64523 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 35 -
CMYK 0 0.68 0.84 0.16
HSL 11.4º 0.72% 0.49% -
HSV(B) 11.4º 0.84% 0.84% -
XYZ 30.16 18.67 3.6 -
YUV 108.48 86.54 203.26 -
System Red Green Blue C M Y K H S L
Decimal 214 69 35 0 0.68 0.84 0.16 11.4 0.72 0.49
Hex D6 45 23 0 44 54 10 B 48 31
Octal 326 105 43 0 104 124 20 13 110 61
Binary 11010110 1000101 100011 0 1000100 1010100 10000 1011 1001000 110001

Color Harmonies of #D64523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64523

Black with #D64523

Text Example


Text Example

White with #D64523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64523; }

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

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

background-color css

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

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

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

border-color css

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

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

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