Html Css Color HEX #D74932 Cinnabar

📋 copy color: '#D74932'

red 215 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #D74932

Tints of Cinnabar #D74932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 63.61%
G = 21.6%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74932 (or 0xD74932) is known color: Cinnabar. HEX triplet: D7, 49 and 32. RGB value is (215,73,50). Sum of RGB (Red+Green+Blue) = 215+73+50=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D74932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74932 is #28B6CD. Grayscale: #717171. Windows color (decimal): -2668238 or 3295703. OLE color: 3295703.

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

Color convert

RGB 215 73 50 -
CMYK 0 0.66 0.77 0.16
HSL 8.36º 0.67% 0.52% -
HSV(B) 8.36º 0.77% 0.84% -
XYZ 30.98 19.44 5.14 -
YUV 112.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 215 73 50 0 0.66 0.77 0.16 8.36 0.67 0.52
Hex D7 49 32 0 42 4D 10 8 43 34
Octal 327 111 62 0 102 115 20 10 103 64
Binary 11010111 1001001 110010 0 1000010 1001101 10000 1000 1000011 110100

Color Harmonies of #D74932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74932

Black with #D74932

Text Example


Text Example

White with #D74932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74932; }

 p { color: rgb(215,73,50); }

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

background-color css

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

 a { background-color: rgb(215,73,50); }

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

border-color css

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

 span { border-color: rgb(215,73,50); }

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