Html Css Color HEX #D6483D Cinnabar

📋 copy color: '#D6483D'

red 214 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #D6483D

Tints of Cinnabar #D6483D

RGB

 RED value IS 214 (83.98% from 255) = 61.67%

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

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

R = 61.67%
G = 20.75%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6483D (or 0xD6483D) is known color: Cinnabar. HEX triplet: D6, 48 and 3D. RGB value is (214,72,61). Sum of RGB (Red+Green+Blue) = 214+72+61=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6483D is #29B7C2. Grayscale: #717171. Windows color (decimal): -2734019 or 4016342. OLE color: 4016342.

HSL color Cylindrical-coordinate representation of color #D6483D: hue angle of 4.31º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6483D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 61 -
CMYK 0 0.66 0.71 0.16
HSL 4.31º 0.65% 0.54% -
HSV(B) 4.31º 0.71% 0.84% -
XYZ 30.89 19.27 6.51 -
YUV 113.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 214 72 61 0 0.66 0.71 0.16 4.31 0.65 0.54
Hex D6 48 3D 0 42 47 10 4 41 36
Octal 326 110 75 0 102 107 20 4 101 66
Binary 11010110 1001000 111101 0 1000010 1000111 10000 100 1000001 110110

Color Harmonies of #D6483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6483D

Black with #D6483D

Text Example


Text Example

White with #D6483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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