Html Css Color HEX #D64527 Cinnabar

📋 copy color: '#D64527'

red 214 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #D64527

Tints of Cinnabar #D64527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 66.46%
G = 21.43%
B = 12.11%

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

#D64527 (or 0xD64527) is known color: Cinnabar. HEX triplet: D6, 45 and 27. RGB value is (214,69,39). Sum of RGB (Red+Green+Blue) = 214+69+39=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D64527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64527 is #29BAD8. Grayscale: #6D6D6D. Windows color (decimal): -2734809 or 2573782. OLE color: 2573782.

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

Color convert

RGB 214 69 39 -
CMYK 0 0.68 0.82 0.16
HSL 10.29º 0.69% 0.5% -
HSV(B) 10.29º 0.82% 0.84% -
XYZ 30.23 18.7 3.94 -
YUV 108.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 214 69 39 0 0.68 0.82 0.16 10.29 0.69 0.5
Hex D6 45 27 0 44 52 10 A 45 32
Octal 326 105 47 0 104 122 20 12 105 62
Binary 11010110 1000101 100111 0 1000100 1010010 10000 1010 1000101 110010

Color Harmonies of #D64527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64527

Black with #D64527

Text Example


Text Example

White with #D64527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64527; }

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

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

background-color css

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

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

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

border-color css

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

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

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