Html Css Color HEX #D8483D Cinnabar

📋 copy color: '#D8483D'

red 216 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #D8483D

Tints of Cinnabar #D8483D

RGB

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

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

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

R = 61.89%
G = 20.63%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8483D (or 0xD8483D) is known color: Cinnabar. HEX triplet: D8, 48 and 3D. RGB value is (216,72,61). Sum of RGB (Red+Green+Blue) = 216+72+61=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8483D is #27B7C2. Grayscale: #717171. Windows color (decimal): -2602947 or 4016344. OLE color: 4016344.

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

Color convert

RGB 216 72 61 -
CMYK 0 0.67 0.72 0.15
HSL 4.26º 0.67% 0.54% -
HSV(B) 4.26º 0.72% 0.85% -
XYZ 31.48 19.57 6.53 -
YUV 113.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 216 72 61 0 0.67 0.72 0.15 4.26 0.67 0.54
Hex D8 48 3D 0 43 48 F 4 43 36
Octal 330 110 75 0 103 110 17 4 103 66
Binary 11011000 1001000 111101 0 1000011 1001000 1111 100 1000011 110110

Color Harmonies of #D8483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8483D

Black with #D8483D

Text Example


Text Example

White with #D8483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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