Html Css Color HEX #D64725 Cinnabar

📋 copy color: '#D64725'

red 214 ◦ green 71 ◦ blue 37

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

Shades of Cinnabar #D64725

Tints of Cinnabar #D64725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 66.46%
G = 22.05%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64725 (or 0xD64725) is known color: Cinnabar. HEX triplet: D6, 47 and 25. RGB value is (214,71,37). Sum of RGB (Red+Green+Blue) = 214+71+37=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D64725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64725 is #29B8DA. Grayscale: #6E6E6E. Windows color (decimal): -2734299 or 2443222. OLE color: 2443222.

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

Color convert

RGB 214 71 37 -
CMYK 0 0.67 0.83 0.16
HSL 11.53º 0.71% 0.49% -
HSV(B) 11.53º 0.83% 0.84% -
XYZ 30.32 18.94 3.81 -
YUV 109.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 214 71 37 0 0.67 0.83 0.16 11.53 0.71 0.49
Hex D6 47 25 0 43 53 10 C 47 31
Octal 326 107 45 0 103 123 20 14 107 61
Binary 11010110 1000111 100101 0 1000011 1010011 10000 1100 1000111 110001

Color Harmonies of #D64725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64725

Black with #D64725

Text Example


Text Example

White with #D64725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64725; }

 p { color: rgb(214,71,37); }

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

background-color css

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

 a { background-color: rgb(214,71,37); }

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

border-color css

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

 span { border-color: rgb(214,71,37); }

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