Html Css Color HEX #D74831 Cinnabar

📋 copy color: '#D74831'

red 215 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #D74831

Tints of Cinnabar #D74831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 63.99%
G = 21.43%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D74831 (or 0xD74831) is known color: Cinnabar. HEX triplet: D7, 48 and 31. RGB value is (215,72,49). Sum of RGB (Red+Green+Blue) = 215+72+49=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74831 is #28B7CE. Grayscale: #707070. Windows color (decimal): -2668495 or 3229911. OLE color: 3229911.

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

Color convert

RGB 215 72 49 -
CMYK 0 0.67 0.77 0.16
HSL 8.31º 0.67% 0.52% -
HSV(B) 8.31º 0.77% 0.84% -
XYZ 30.9 19.3 5 -
YUV 112.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 215 72 49 0 0.67 0.77 0.16 8.31 0.67 0.52
Hex D7 48 31 0 43 4D 10 8 43 34
Octal 327 110 61 0 103 115 20 10 103 64
Binary 11010111 1001000 110001 0 1000011 1001101 10000 1000 1000011 110100

Color Harmonies of #D74831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74831

Black with #D74831

Text Example


Text Example

White with #D74831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74831; }

 p { color: rgb(215,72,49); }

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

background-color css

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

 a { background-color: rgb(215,72,49); }

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

border-color css

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

 span { border-color: rgb(215,72,49); }

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