Html Css Color HEX #D74736 Cinnabar

📋 copy color: '#D74736'

red 215 ◦ green 71 ◦ blue 54

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

Shades of Cinnabar #D74736

Tints of Cinnabar #D74736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 63.24%
G = 20.88%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74736 (or 0xD74736) is known color: Cinnabar. HEX triplet: D7, 47 and 36. RGB value is (215,71,54). Sum of RGB (Red+Green+Blue) = 215+71+54=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D74736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74736 is #28B8C9. Grayscale: #707070. Windows color (decimal): -2668746 or 3557335. OLE color: 3557335.

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

Color convert

RGB 215 71 54 -
CMYK 0 0.67 0.75 0.16
HSL 6.34º 0.67% 0.53% -
HSV(B) 6.34º 0.75% 0.84% -
XYZ 30.94 19.22 5.57 -
YUV 112.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 215 71 54 0 0.67 0.75 0.16 6.34 0.67 0.53
Hex D7 47 36 0 43 4B 10 6 43 35
Octal 327 107 66 0 103 113 20 6 103 65
Binary 11010111 1000111 110110 0 1000011 1001011 10000 110 1000011 110101

Color Harmonies of #D74736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74736

Black with #D74736

Text Example


Text Example

White with #D74736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74736; }

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

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

background-color css

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

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

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

border-color css

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

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

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