Html Css Color HEX #D74722 Cinnabar

📋 copy color: '#D74722'

red 215 ◦ green 71 ◦ blue 34

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

Shades of Cinnabar #D74722

Tints of Cinnabar #D74722

RGB

 RED value IS 215 (84.38% from 255) = 67.19%

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

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 67.19%
G = 22.19%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D74722 (or 0xD74722) is known color: Cinnabar. HEX triplet: D7, 47 and 22. RGB value is (215,71,34). Sum of RGB (Red+Green+Blue) = 215+71+34=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74722 is #28B8DD. Grayscale: #6E6E6E. Windows color (decimal): -2668766 or 2246615. OLE color: 2246615.

HSL color Cylindrical-coordinate representation of color #D74722: hue angle of 12.27º degrees, saturation: 0.73, 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 #D74722 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 34 -
CMYK 0 0.67 0.84 0.16
HSL 12.27º 0.73% 0.49% -
HSV(B) 12.27º 0.84% 0.84% -
XYZ 30.57 19.07 3.58 -
YUV 109.84 85.21 203.01 -
System Red Green Blue C M Y K H S L
Decimal 215 71 34 0 0.67 0.84 0.16 12.27 0.73 0.49
Hex D7 47 22 0 43 54 10 C 49 31
Octal 327 107 42 0 103 124 20 14 111 61
Binary 11010111 1000111 100010 0 1000011 1010100 10000 1100 1001001 110001

Color Harmonies of #D74722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74722

Black with #D74722

Text Example


Text Example

White with #D74722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74722; }

 p { color: rgb(215,71,34); }

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

background-color css

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

 a { background-color: rgb(215,71,34); }

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

border-color css

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

 span { border-color: rgb(215,71,34); }

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