Html Css Color HEX #D84332 Cinnabar

📋 copy color: '#D84332'

red 216 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #D84332

Tints of Cinnabar #D84332

RGB

 RED value IS 216 (84.77% from 255) = 64.86%

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 64.86%
G = 20.12%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D84332 (or 0xD84332) is known color: Cinnabar. HEX triplet: D8, 43 and 32. RGB value is (216,67,50). Sum of RGB (Red+Green+Blue) = 216+67+50=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D84332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84332 is #27BCCD. Grayscale: #6D6D6D. Windows color (decimal): -2604238 or 3294168. OLE color: 3294168.

HSL color Cylindrical-coordinate representation of color #D84332: hue angle of 6.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D84332 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 50 -
CMYK 0 0.69 0.77 0.15
HSL 6.14º 0.68% 0.52% -
HSV(B) 6.14º 0.77% 0.85% -
XYZ 30.9 18.84 5.03 -
YUV 109.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 216 67 50 0 0.69 0.77 0.15 6.14 0.68 0.52
Hex D8 43 32 0 45 4D F 6 44 34
Octal 330 103 62 0 105 115 17 6 104 64
Binary 11011000 1000011 110010 0 1000101 1001101 1111 110 1000100 110100

Color Harmonies of #D84332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84332

Black with #D84332

Text Example


Text Example

White with #D84332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84332; }

 p { color: rgb(216,67,50); }

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

background-color css

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

 a { background-color: rgb(216,67,50); }

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

border-color css

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

 span { border-color: rgb(216,67,50); }

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