Html Css Color HEX #D84231 Cinnabar

📋 copy color: '#D84231'

red 216 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #D84231

Tints of Cinnabar #D84231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 65.26%
G = 19.94%
B = 14.8%

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

#D84231 (or 0xD84231) is known color: Cinnabar. HEX triplet: D8, 42 and 31. RGB value is (216,66,49). Sum of RGB (Red+Green+Blue) = 216+66+49=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D84231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84231 is #27BDCE. Grayscale: #6D6D6D. Windows color (decimal): -2604495 or 3228376. OLE color: 3228376.

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

Color convert

RGB 216 66 49 -
CMYK 0 0.69 0.77 0.15
HSL 6.11º 0.68% 0.52% -
HSV(B) 6.11º 0.77% 0.85% -
XYZ 30.82 18.72 4.89 -
YUV 108.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 216 66 49 0 0.69 0.77 0.15 6.11 0.68 0.52
Hex D8 42 31 0 45 4D F 6 44 34
Octal 330 102 61 0 105 115 17 6 104 64
Binary 11011000 1000010 110001 0 1000101 1001101 1111 110 1000100 110100

Color Harmonies of #D84231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84231

Black with #D84231

Text Example


Text Example

White with #D84231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84231; }

 p { color: rgb(216,66,49); }

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

background-color css

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

 a { background-color: rgb(216,66,49); }

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

border-color css

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

 span { border-color: rgb(216,66,49); }

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