Html Css Color HEX #D6483F Cinnabar

📋 copy color: '#D6483F'

red 214 ◦ green 72 ◦ blue 63

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

Shades of Cinnabar #D6483F

Tints of Cinnabar #D6483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.05%

R = 61.32%
G = 20.63%
B = 18.05%

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

#D6483F (or 0xD6483F) is known color: Cinnabar. HEX triplet: D6, 48 and 3F. RGB value is (214,72,63). Sum of RGB (Red+Green+Blue) = 214+72+63=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D6483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6483F is #29B7C0. Grayscale: #717171. Windows color (decimal): -2734017 or 4147414. OLE color: 4147414.

HSL color Cylindrical-coordinate representation of color #D6483F: hue angle of 3.58º 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 #D6483F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 63 -
CMYK 0 0.66 0.71 0.16
HSL 3.58º 0.65% 0.54% -
HSV(B) 3.58º 0.71% 0.84% -
XYZ 30.95 19.29 6.79 -
YUV 113.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 214 72 63 0 0.66 0.71 0.16 3.58 0.65 0.54
Hex D6 48 3F 0 42 47 10 4 41 36
Octal 326 110 77 0 102 107 20 4 101 66
Binary 11010110 1001000 111111 0 1000010 1000111 10000 100 1000001 110110

Color Harmonies of #D6483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6483F

Black with #D6483F

Text Example


Text Example

White with #D6483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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