Html Css Color HEX #D6483E Cinnabar

📋 copy color: '#D6483E'

red 214 ◦ green 72 ◦ blue 62

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

Shades of Cinnabar #D6483E

Tints of Cinnabar #D6483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 61.49%
G = 20.69%
B = 17.82%

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

#D6483E (or 0xD6483E) is known color: Cinnabar. HEX triplet: D6, 48 and 3E. RGB value is (214,72,62). Sum of RGB (Red+Green+Blue) = 214+72+62=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6483E is #29B7C1. Grayscale: #717171. Windows color (decimal): -2734018 or 4081878. OLE color: 4081878.

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

Color convert

RGB 214 72 62 -
CMYK 0 0.66 0.71 0.16
HSL 3.95º 0.65% 0.54% -
HSV(B) 3.95º 0.71% 0.84% -
XYZ 30.92 19.28 6.65 -
YUV 113.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 214 72 62 0 0.66 0.71 0.16 3.95 0.65 0.54
Hex D6 48 3E 0 42 47 10 4 41 36
Octal 326 110 76 0 102 107 20 4 101 66
Binary 11010110 1001000 111110 0 1000010 1000111 10000 100 1000001 110110

Color Harmonies of #D6483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6483E

Black with #D6483E

Text Example


Text Example

White with #D6483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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