Html Css Color HEX #D6483B Cinnabar

📋 copy color: '#D6483B'

red 214 ◦ green 72 ◦ blue 59

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

Shades of Cinnabar #D6483B

Tints of Cinnabar #D6483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 62.03%
G = 20.87%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6483B (or 0xD6483B) is known color: Cinnabar. HEX triplet: D6, 48 and 3B. RGB value is (214,72,59). Sum of RGB (Red+Green+Blue) = 214+72+59=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6483B is #29B7C4. Grayscale: #717171. Windows color (decimal): -2734021 or 3885270. OLE color: 3885270.

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

Color convert

RGB 214 72 59 -
CMYK 0 0.66 0.72 0.16
HSL 5.03º 0.65% 0.54% -
HSV(B) 5.03º 0.72% 0.84% -
XYZ 30.84 19.25 6.23 -
YUV 112.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 214 72 59 0 0.66 0.72 0.16 5.03 0.65 0.54
Hex D6 48 3B 0 42 48 10 5 41 36
Octal 326 110 73 0 102 110 20 5 101 66
Binary 11010110 1001000 111011 0 1000010 1001000 10000 101 1000001 110110

Color Harmonies of #D6483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6483B

Black with #D6483B

Text Example


Text Example

White with #D6483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6483B; }

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

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

background-color css

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

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

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

border-color css

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

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

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