Html Css Color HEX #D84C3D Cinnabar

📋 copy color: '#D84C3D'

red 216 ◦ green 76 ◦ blue 61

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

Shades of Cinnabar #D84C3D

Tints of Cinnabar #D84C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 61.19%
G = 21.53%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D84C3D (or 0xD84C3D) is known color: Cinnabar. HEX triplet: D8, 4C and 3D. RGB value is (216,76,61). Sum of RGB (Red+Green+Blue) = 216+76+61=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C3D is #27B3C2. Grayscale: #747474. Windows color (decimal): -2601923 or 4017368. OLE color: 4017368.

HSL color Cylindrical-coordinate representation of color #D84C3D: hue angle of 5.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D84C3D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 61 -
CMYK 0 0.65 0.72 0.15
HSL 5.81º 0.67% 0.54% -
HSV(B) 5.81º 0.72% 0.85% -
XYZ 31.75 20.1 6.62 -
YUV 116.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 216 76 61 0 0.65 0.72 0.15 5.81 0.67 0.54
Hex D8 4C 3D 0 41 48 F 6 43 36
Octal 330 114 75 0 101 110 17 6 103 66
Binary 11011000 1001100 111101 0 1000001 1001000 1111 110 1000011 110110

Color Harmonies of #D84C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C3D

Black with #D84C3D

Text Example


Text Example

White with #D84C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C3D; }

 p { color: rgb(216,76,61); }

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

background-color css

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

 a { background-color: rgb(216,76,61); }

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

border-color css

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

 span { border-color: rgb(216,76,61); }

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